Html Css Color HEX #FED225 Turbo

📋 copy color: '#FED225'

red 254 ◦ green 210 ◦ blue 37

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

Shades of Turbo #FED225

Tints of Turbo #FED225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.39%

R = 50.7%
G = 41.92%
B = 7.39%

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

#FED225 (or 0xFED225) is known color: Turbo. HEX triplet: FE, D2 and 25. RGB value is (254,210,37). Sum of RGB (Red+Green+Blue) = 254+210+37=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FED225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED225 is #012DDA. Grayscale: #CCCCCC. Windows color (decimal): -77275 or 2478846. OLE color: 2478846.

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

Color convert

RGB 254 210 37 -
CMYK 0 0.17 0.85 0.00
HSL 47.83º 0.99% 0.57% -
HSV(B) 47.83º 0.85% 1% -
XYZ 64.25 67.3 11.35 -
YUV 203.43 34.08 164.07 -
System Red Green Blue C M Y K H S L
Decimal 254 210 37 0 0.17 0.85 0.00 47.83 0.99 0.57
Hex FE D2 25 0 11 55 0 30 63 39
Octal 376 322 45 0 21 125 0 60 143 71
Binary 11111110 11010010 100101 0 10001 1010101 0 110000 1100011 111001

Color Harmonies of #FED225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED225

Black with #FED225

Text Example


Text Example

White with #FED225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED225; }

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

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

background-color css

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

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

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

border-color css

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

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

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