Html Css Color HEX #FED227 Turbo

📋 copy color: '#FED227'

red 254 ◦ green 210 ◦ blue 39

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

Shades of Turbo #FED227

Tints of Turbo #FED227

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.75%

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

R = 50.5%
G = 41.75%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED227 (or 0xFED227) is known color: Turbo. HEX triplet: FE, D2 and 27. RGB value is (254,210,39). Sum of RGB (Red+Green+Blue) = 254+210+39=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED227 is #012DD8. Grayscale: #CCCCCC. Windows color (decimal): -77273 or 2609918. OLE color: 2609918.

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

Color convert

RGB 254 210 39 -
CMYK 0 0.17 0.85 0.00
HSL 47.72º 0.99% 0.57% -
HSV(B) 47.72º 0.85% 1% -
XYZ 64.29 67.31 11.52 -
YUV 203.66 35.08 163.9 -
System Red Green Blue C M Y K H S L
Decimal 254 210 39 0 0.17 0.85 0.00 47.72 0.99 0.57
Hex FE D2 27 0 11 55 0 30 63 39
Octal 376 322 47 0 21 125 0 60 143 71
Binary 11111110 11010010 100111 0 10001 1010101 0 110000 1100011 111001

Color Harmonies of #FED227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED227

Black with #FED227

Text Example


Text Example

White with #FED227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED227; }

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

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

background-color css

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

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

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

border-color css

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

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

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