Html Css Color HEX #FED418 Turbo

📋 copy color: '#FED418'

red 254 ◦ green 212 ◦ blue 24

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

Shades of Turbo #FED418

Tints of Turbo #FED418

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.27%

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

R = 51.84%
G = 43.27%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FED418 (or 0xFED418) is known color: Turbo. HEX triplet: FE, D4 and 18. RGB value is (254,212,24). Sum of RGB (Red+Green+Blue) = 254+212+24=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 24 (9.77% from 255 or 4.90% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FED418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED418 is #012BE7. Grayscale: #CBCBCB. Windows color (decimal): -76776 or 1627390. OLE color: 1627390.

HSL color Cylindrical-coordinate representation of color #FED418: hue angle of 49.04º 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 #FED418 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 212 24 -
CMYK 0 0.17 0.91 0.00
HSL 49.04º 0.99% 0.55% -
HSV(B) 49.04º 0.91% 1% -
XYZ 64.58 68.22 10.63 -
YUV 203.13 26.91 164.29 -
System Red Green Blue C M Y K H S L
Decimal 254 212 24 0 0.17 0.91 0.00 49.04 0.99 0.55
Hex FE D4 18 0 11 5B 0 31 63 37
Octal 376 324 30 0 21 133 0 61 143 67
Binary 11111110 11010100 11000 0 10001 1011011 0 110001 1100011 110111

Color Harmonies of #FED418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED418

Black with #FED418

Text Example


Text Example

White with #FED418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED418; }

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

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

background-color css

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

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

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

border-color css

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

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

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