Html Css Color HEX #FED027 Turbo

📋 copy color: '#FED027'

red 254 ◦ green 208 ◦ blue 39

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

Shades of Turbo #FED027

Tints of Turbo #FED027

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 39 (15.63% from 255) = 7.78%

R = 50.7%
G = 41.52%
B = 7.78%

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

#FED027 (or 0xFED027) is known color: Turbo. HEX triplet: FE, D0 and 27. RGB value is (254,208,39). Sum of RGB (Red+Green+Blue) = 254+208+39=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FED027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED027 is #012FD8. Grayscale: #CBCBCB. Windows color (decimal): -77785 or 2609406. OLE color: 2609406.

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

Color convert

RGB 254 208 39 -
CMYK 0 0.18 0.85 0.00
HSL 47.16º 0.99% 0.57% -
HSV(B) 47.16º 0.85% 1% -
XYZ 63.8 66.33 11.36 -
YUV 202.49 35.74 164.74 -
System Red Green Blue C M Y K H S L
Decimal 254 208 39 0 0.18 0.85 0.00 47.16 0.99 0.57
Hex FE D0 27 0 12 55 0 2F 63 39
Octal 376 320 47 0 22 125 0 57 143 71
Binary 11111110 11010000 100111 0 10010 1010101 0 101111 1100011 111001

Color Harmonies of #FED027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED027

Black with #FED027

Text Example


Text Example

White with #FED027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED027; }

 p { color: rgb(254,208,39); }

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

background-color css

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

 a { background-color: rgb(254,208,39); }

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

border-color css

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

 span { border-color: rgb(254,208,39); }

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