Html Css Color HEX #FFD225 Turbo

📋 copy color: '#FFD225'

red 255 ◦ green 210 ◦ blue 37

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

Shades of Turbo #FFD225

Tints of Turbo #FFD225

RGB

 RED value IS 255 (100% from 255) = 50.8%

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

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

R = 50.8%
G = 41.83%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFD225 (or 0xFFD225) is known color: Turbo. HEX triplet: FF, D2 and 25. RGB value is (255,210,37). Sum of RGB (Red+Green+Blue) = 255+210+37=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD225 is #002DDA. Grayscale: #CCCCCC. Windows color (decimal): -11739 or 2478847. OLE color: 2478847.

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

Color convert

RGB 255 210 37 -
CMYK 0 0.18 0.85 0
HSL 47.61º 1% 0.57% -
HSV(B) 47.61º 0.85% 1% -
XYZ 64.62 67.49 11.37 -
YUV 203.73 33.91 164.57 -
System Red Green Blue C M Y K H S L
Decimal 255 210 37 0 0.18 0.85 0 47.61 1 0.57
Hex FF D2 25 0 12 55 0 30 64 39
Octal 377 322 45 0 22 125 0 60 144 71
Binary 11111111 11010010 100101 0 10010 1010101 0 110000 1100100 111001

Color Harmonies of #FFD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD225

Black with #FFD225

Text Example


Text Example

White with #FFD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD225; }

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

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

background-color css

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

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

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

border-color css

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

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

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