Html Css Color HEX #FED121 Turbo

📋 copy color: '#FED121'

red 254 ◦ green 209 ◦ blue 33

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

Shades of Turbo #FED121

Tints of Turbo #FED121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.65%

R = 51.21%
G = 42.14%
B = 6.65%

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

#FED121 (or 0xFED121) is known color: Turbo. HEX triplet: FE, D1 and 21. RGB value is (254,209,33). Sum of RGB (Red+Green+Blue) = 254+209+33=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FED121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED121 is #012EDE. Grayscale: #CBCBCB. Windows color (decimal): -77535 or 2216446. OLE color: 2216446.

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

Color convert

RGB 254 209 33 -
CMYK 0 0.18 0.87 0.00
HSL 47.78º 0.99% 0.56% -
HSV(B) 47.78º 0.87% 1% -
XYZ 63.95 66.78 10.96 -
YUV 202.39 32.41 164.81 -
System Red Green Blue C M Y K H S L
Decimal 254 209 33 0 0.18 0.87 0.00 47.78 0.99 0.56
Hex FE D1 21 0 12 57 0 30 63 38
Octal 376 321 41 0 22 127 0 60 143 70
Binary 11111110 11010001 100001 0 10010 1010111 0 110000 1100011 111000

Color Harmonies of #FED121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED121

Black with #FED121

Text Example


Text Example

White with #FED121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED121; }

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

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

background-color css

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

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

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

border-color css

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

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

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