Html Css Color HEX #FDC025 Saffron

📋 copy color: '#FDC025'

red 253 ◦ green 192 ◦ blue 37

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

Shades of Saffron #FDC025

Tints of Saffron #FDC025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 52.49%
G = 39.83%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC025 (or 0xFDC025) is known color: Saffron. HEX triplet: FD, C0 and 25. RGB value is (253,192,37). Sum of RGB (Red+Green+Blue) = 253+192+37=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC025 is #023FDA. Grayscale: #C1C1C1. Windows color (decimal): -147419 or 2474237. OLE color: 2474237.

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

Color convert

RGB 253 192 37 -
CMYK 0 0.24 0.85 0.01
HSL 43.06º 0.98% 0.57% -
HSV(B) 43.06º 0.85% 0.99% -
XYZ 59.69 58.72 9.94 -
YUV 192.57 40.21 171.1 -
System Red Green Blue C M Y K H S L
Decimal 253 192 37 0 0.24 0.85 0.01 43.06 0.98 0.57
Hex FD C0 25 0 18 55 1 2B 62 39
Octal 375 300 45 0 30 125 1 53 142 71
Binary 11111101 11000000 100101 0 11000 1010101 1 101011 1100010 111001

Color Harmonies of #FDC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC025

Black with #FDC025

Text Example


Text Example

White with #FDC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC025; }

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

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

background-color css

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

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

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

border-color css

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

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

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