Html Css Color HEX #FDC225 Turbo

📋 copy color: '#FDC225'

red 253 ◦ green 194 ◦ blue 37

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

Shades of Turbo #FDC225

Tints of Turbo #FDC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

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

R = 52.27%
G = 40.08%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC225 (or 0xFDC225) is known color: Turbo. HEX triplet: FD, C2 and 25. RGB value is (253,194,37). Sum of RGB (Red+Green+Blue) = 253+194+37=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC225 is #023DDA. Grayscale: #C2C2C2. Windows color (decimal): -146907 or 2474749. OLE color: 2474749.

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

Color convert

RGB 253 194 37 -
CMYK 0 0.23 0.85 0.01
HSL 43.61º 0.98% 0.57% -
HSV(B) 43.61º 0.85% 0.99% -
XYZ 60.13 59.6 10.08 -
YUV 193.74 39.55 170.27 -
System Red Green Blue C M Y K H S L
Decimal 253 194 37 0 0.23 0.85 0.01 43.61 0.98 0.57
Hex FD C2 25 0 17 55 1 2C 62 39
Octal 375 302 45 0 27 125 1 54 142 71
Binary 11111101 11000010 100101 0 10111 1010101 1 101100 1100010 111001

Color Harmonies of #FDC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC225

Black with #FDC225

Text Example


Text Example

White with #FDC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC225; }

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

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

background-color css

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

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

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

border-color css

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

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

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