Html Css Color HEX #FED124 Turbo

📋 copy color: '#FED124'

red 254 ◦ green 209 ◦ blue 36

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

Shades of Turbo #FED124

Tints of Turbo #FED124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.21%

R = 50.9%
G = 41.88%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FED124 (or 0xFED124) is known color: Turbo. HEX triplet: FE, D1 and 24. RGB value is (254,209,36). Sum of RGB (Red+Green+Blue) = 254+209+36=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED124 is #012EDB. Grayscale: #CBCBCB. Windows color (decimal): -77532 or 2413054. OLE color: 2413054.

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

Color convert

RGB 254 209 36 -
CMYK 0 0.18 0.86 0.00
HSL 47.61º 0.99% 0.57% -
HSV(B) 47.61º 0.86% 1% -
XYZ 63.99 66.8 11.19 -
YUV 202.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 254 209 36 0 0.18 0.86 0.00 47.61 0.99 0.57
Hex FE D1 24 0 12 56 0 30 63 39
Octal 376 321 44 0 22 126 0 60 143 71
Binary 11111110 11010001 100100 0 10010 1010110 0 110000 1100011 111001

Color Harmonies of #FED124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED124

Black with #FED124

Text Example


Text Example

White with #FED124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED124; }

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

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

background-color css

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

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

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

border-color css

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

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

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