Html Css Color HEX #FED018 Turbo

📋 copy color: '#FED018'

red 254 ◦ green 208 ◦ blue 24

#FED018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FED018

Tints of Turbo #FED018

RGB

 RED value IS 254 (99.61% from 255) = 52.26%

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 24 (9.77% from 255) = 4.94%

R = 52.26%
G = 42.8%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FED018 (or 0xFED018) is known color: Turbo. HEX triplet: FE, D0 and 18. RGB value is (254,208,24). Sum of RGB (Red+Green+Blue) = 254+208+24=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FED018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED018 is #012FE7. Grayscale: #C9C9C9. Windows color (decimal): -77800 or 1626366. OLE color: 1626366.

HSL color Cylindrical-coordinate representation of color #FED018: hue angle of 48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FED018 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 24 -
CMYK 0 0.18 0.91 0.00
HSL 48º 0.99% 0.55% -
HSV(B) 48º 0.91% 1% -
XYZ 63.59 66.25 10.3 -
YUV 200.78 28.24 165.96 -
System Red Green Blue C M Y K H S L
Decimal 254 208 24 0 0.18 0.91 0.00 48 0.99 0.55
Hex FE D0 18 0 12 5B 0 30 63 37
Octal 376 320 30 0 22 133 0 60 143 67
Binary 11111110 11010000 11000 0 10010 1011011 0 110000 1100011 110111

Color Harmonies of #FED018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED018

Black with #FED018

Text Example


Text Example

White with #FED018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED018; }

 p { color: rgb(254,208,24); }

 H1.HeaderClassName
 {
   color: #FED018;
 }
 .AnyTagClassName
 {
   color: #FED018;
 }
</style>

background-color css

<style>
 a { background-color: #FED018; }

 a { background-color: rgb(254,208,24); }

 div.DivClassName
 {
   background-color: #FED018;
 }
 .BgClassName
 {
   background-color: #FED018;
 }
</style>

border-color css

<style>
 span { border-color: #FED018; }

 span { border-color: rgb(254,208,24); }

 td.TdClassName
 {
   border-color: #FED018;
 }
 .TagClassName
 {
   border-color: #FED018;
 }
</style>