Html Css Color HEX #FED120 Turbo

📋 copy color: '#FED120'

red 254 ◦ green 209 ◦ blue 32

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

Shades of Turbo #FED120

Tints of Turbo #FED120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.22%

 BLUE value IS 32 (12.89% from 255) = 6.46%

R = 51.31%
G = 42.22%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FED120 (or 0xFED120) is known color: Turbo. HEX triplet: FE, D1 and 20. RGB value is (254,209,32). Sum of RGB (Red+Green+Blue) = 254+209+32=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FED120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED120 is #012EDF. Grayscale: #CBCBCB. Windows color (decimal): -77536 or 2150910. OLE color: 2150910.

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

Color convert

RGB 254 209 32 -
CMYK 0 0.18 0.87 0.00
HSL 47.84º 0.99% 0.56% -
HSV(B) 47.84º 0.87% 1% -
XYZ 63.93 66.78 10.89 -
YUV 202.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 254 209 32 0 0.18 0.87 0.00 47.84 0.99 0.56
Hex FE D1 20 0 12 57 0 30 63 38
Octal 376 321 40 0 22 127 0 60 143 70
Binary 11111110 11010001 100000 0 10010 1010111 0 110000 1100011 111000

Color Harmonies of #FED120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED120

Black with #FED120

Text Example


Text Example

White with #FED120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED120; }

 p { color: rgb(254,209,32); }

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

background-color css

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

 a { background-color: rgb(254,209,32); }

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

border-color css

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

 span { border-color: rgb(254,209,32); }

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