Html Css Color HEX #FED216 Turbo

📋 copy color: '#FED216'

red 254 ◦ green 210 ◦ blue 22

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

Shades of Turbo #FED216

Tints of Turbo #FED216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

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

R = 52.26%
G = 43.21%
B = 4.53%

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

#FED216 (or 0xFED216) is known color: Turbo. HEX triplet: FE, D2 and 16. RGB value is (254,210,22). Sum of RGB (Red+Green+Blue) = 254+210+22=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 22 (8.98% from 255 or 4.53% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FED216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED216 is #012DE9. Grayscale: #CACACA. Windows color (decimal): -77290 or 1495806. OLE color: 1495806.

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

Color convert

RGB 254 210 22 -
CMYK 0 0.17 0.91 0.00
HSL 48.62º 0.99% 0.54% -
HSV(B) 48.62º 0.91% 1% -
XYZ 64.06 67.22 10.36 -
YUV 201.72 26.58 165.29 -
System Red Green Blue C M Y K H S L
Decimal 254 210 22 0 0.17 0.91 0.00 48.62 0.99 0.54
Hex FE D2 16 0 11 5B 0 31 63 36
Octal 376 322 26 0 21 133 0 61 143 66
Binary 11111110 11010010 10110 0 10001 1011011 0 110001 1100011 110110

Color Harmonies of #FED216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED216

Black with #FED216

Text Example


Text Example

White with #FED216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED216; }

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

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

background-color css

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

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

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

border-color css

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

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

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