Html Css Color HEX #FED417 Turbo

📋 copy color: '#FED417'

red 254 ◦ green 212 ◦ blue 23

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

Shades of Turbo #FED417

Tints of Turbo #FED417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.7%

R = 51.94%
G = 43.35%
B = 4.7%

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

#FED417 (or 0xFED417) is known color: Turbo. HEX triplet: FE, D4 and 17. RGB value is (254,212,23). Sum of RGB (Red+Green+Blue) = 254+212+23=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 23 (9.38% from 255 or 4.70% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FED417 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED417 is #012BE8. Grayscale: #CBCBCB. Windows color (decimal): -76777 or 1561854. OLE color: 1561854.

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

Color convert

RGB 254 212 23 -
CMYK 0 0.17 0.91 0.00
HSL 49.09º 0.99% 0.54% -
HSV(B) 49.09º 0.91% 1% -
XYZ 64.57 68.22 10.58 -
YUV 203.01 26.41 164.37 -
System Red Green Blue C M Y K H S L
Decimal 254 212 23 0 0.17 0.91 0.00 49.09 0.99 0.54
Hex FE D4 17 0 11 5B 0 31 63 36
Octal 376 324 27 0 21 133 0 61 143 66
Binary 11111110 11010100 10111 0 10001 1011011 0 110001 1100011 110110

Color Harmonies of #FED417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED417

Black with #FED417

Text Example


Text Example

White with #FED417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED417; }

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

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

background-color css

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

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

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

border-color css

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

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

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