Html Css Color HEX #FED126 Turbo

📋 copy color: '#FED126'

red 254 ◦ green 209 ◦ blue 38

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

Shades of Turbo #FED126

Tints of Turbo #FED126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.58%

R = 50.7%
G = 41.72%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED126 (or 0xFED126) is known color: Turbo. HEX triplet: FE, D1 and 26. RGB value is (254,209,38). Sum of RGB (Red+Green+Blue) = 254+209+38=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FED126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED126 is #012ED9. Grayscale: #CBCBCB. Windows color (decimal): -77530 or 2544126. OLE color: 2544126.

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

Color convert

RGB 254 209 38 -
CMYK 0 0.18 0.85 0.00
HSL 47.5º 0.99% 0.57% -
HSV(B) 47.5º 0.85% 1% -
XYZ 64.02 66.81 11.36 -
YUV 202.96 34.91 164.4 -
System Red Green Blue C M Y K H S L
Decimal 254 209 38 0 0.18 0.85 0.00 47.5 0.99 0.57
Hex FE D1 26 0 12 55 0 30 63 39
Octal 376 321 46 0 22 125 0 60 143 71
Binary 11111110 11010001 100110 0 10010 1010101 0 110000 1100011 111001

Color Harmonies of #FED126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED126

Black with #FED126

Text Example


Text Example

White with #FED126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED126; }

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

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

background-color css

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

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

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

border-color css

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

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

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