Html Css Color HEX #FDD225 Turbo

📋 copy color: '#FDD225'

red 253 ◦ green 210 ◦ blue 37

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

Shades of Turbo #FDD225

Tints of Turbo #FDD225

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

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

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

R = 50.6%
G = 42%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDD225 (or 0xFDD225) is known color: Turbo. HEX triplet: FD, D2 and 25. RGB value is (253,210,37). Sum of RGB (Red+Green+Blue) = 253+210+37=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD225 is #022DDA. Grayscale: #CBCBCB. Windows color (decimal): -142811 or 2478845. OLE color: 2478845.

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

Color convert

RGB 253 210 37 -
CMYK 0 0.17 0.85 0.01
HSL 48.06º 0.98% 0.57% -
HSV(B) 48.06º 0.85% 0.99% -
XYZ 63.89 67.11 11.34 -
YUV 203.14 34.25 163.57 -
System Red Green Blue C M Y K H S L
Decimal 253 210 37 0 0.17 0.85 0.01 48.06 0.98 0.57
Hex FD D2 25 0 11 55 1 30 62 39
Octal 375 322 45 0 21 125 1 60 142 71
Binary 11111101 11010010 100101 0 10001 1010101 1 110000 1100010 111001

Color Harmonies of #FDD225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD225

Black with #FDD225

Text Example


Text Example

White with #FDD225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD225; }

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

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

background-color css

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

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

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

border-color css

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

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

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