Html Css Color HEX #FED214 Turbo

📋 copy color: '#FED214'

red 254 ◦ green 210 ◦ blue 20

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

Shades of Turbo #FED214

Tints of Turbo #FED214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.13%

R = 52.48%
G = 43.39%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FED214 (or 0xFED214) is known color: Turbo. HEX triplet: FE, D2 and 14. RGB value is (254,210,20). Sum of RGB (Red+Green+Blue) = 254+210+20=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FED214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED214 is #012DEB. Grayscale: #CACACA. Windows color (decimal): -77292 or 1364734. OLE color: 1364734.

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

Color convert

RGB 254 210 20 -
CMYK 0 0.17 0.92 0.00
HSL 48.72º 0.99% 0.54% -
HSV(B) 48.72º 0.92% 1% -
XYZ 64.05 67.21 10.26 -
YUV 201.5 25.58 165.45 -
System Red Green Blue C M Y K H S L
Decimal 254 210 20 0 0.17 0.92 0.00 48.72 0.99 0.54
Hex FE D2 14 0 11 5C 0 31 63 36
Octal 376 322 24 0 21 134 0 61 143 66
Binary 11111110 11010010 10100 0 10001 1011100 0 110001 1100011 110110

Color Harmonies of #FED214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED214

Black with #FED214

Text Example


Text Example

White with #FED214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED214; }

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

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

background-color css

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

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

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

border-color css

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

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

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