Html Css Color HEX #FED416 Turbo

📋 copy color: '#FED416'

red 254 ◦ green 212 ◦ blue 22

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

Shades of Turbo #FED416

Tints of Turbo #FED416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.51%

R = 52.05%
G = 43.44%
B = 4.51%

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

#FED416 (or 0xFED416) is known color: Turbo. HEX triplet: FE, D4 and 16. RGB value is (254,212,22). Sum of RGB (Red+Green+Blue) = 254+212+22=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FED416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED416 is #012BE9. Grayscale: #CBCBCB. Windows color (decimal): -76778 or 1496318. OLE color: 1496318.

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

Color convert

RGB 254 212 22 -
CMYK 0 0.17 0.91 0.00
HSL 49.14º 0.99% 0.54% -
HSV(B) 49.14º 0.91% 1% -
XYZ 64.56 68.22 10.52 -
YUV 202.9 25.91 164.45 -
System Red Green Blue C M Y K H S L
Decimal 254 212 22 0 0.17 0.91 0.00 49.14 0.99 0.54
Hex FE D4 16 0 11 5B 0 31 63 36
Octal 376 324 26 0 21 133 0 61 143 66
Binary 11111110 11010100 10110 0 10001 1011011 0 110001 1100011 110110

Color Harmonies of #FED416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED416

Black with #FED416

Text Example


Text Example

White with #FED416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED416; }

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

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

background-color css

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

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

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

border-color css

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

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

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