Html Css Color HEX #FED228 Turbo

📋 copy color: '#FED228'

red 254 ◦ green 210 ◦ blue 40

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

Shades of Turbo #FED228

Tints of Turbo #FED228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.94%

R = 50.4%
G = 41.67%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FED228 (or 0xFED228) is known color: Turbo. HEX triplet: FE, D2 and 28. RGB value is (254,210,40). Sum of RGB (Red+Green+Blue) = 254+210+40=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FED228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED228 is #012DD7. Grayscale: #CCCCCC. Windows color (decimal): -77272 or 2675454. OLE color: 2675454.

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

Color convert

RGB 254 210 40 -
CMYK 0 0.17 0.84 0.00
HSL 47.66º 0.99% 0.58% -
HSV(B) 47.66º 0.84% 1% -
XYZ 64.3 67.32 11.61 -
YUV 203.78 35.58 163.82 -
System Red Green Blue C M Y K H S L
Decimal 254 210 40 0 0.17 0.84 0.00 47.66 0.99 0.58
Hex FE D2 28 0 11 54 0 30 63 3A
Octal 376 322 50 0 21 124 0 60 143 72
Binary 11111110 11010010 101000 0 10001 1010100 0 110000 1100011 111010

Color Harmonies of #FED228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED228

Black with #FED228

Text Example


Text Example

White with #FED228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED228; }

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

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

background-color css

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

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

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

border-color css

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

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

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