Html Css Color HEX #FDC52A Saffron

📋 copy color: '#FDC52A'

red 253 ◦ green 197 ◦ blue 42

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

Shades of Saffron #FDC52A

Tints of Saffron #FDC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 42 (16.8% from 255) = 8.54%

R = 51.42%
G = 40.04%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDC52A (or 0xFDC52A) is known color: Saffron. HEX triplet: FD, C5 and 2A. RGB value is (253,197,42). Sum of RGB (Red+Green+Blue) = 253+197+42=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC52A is #023AD5. Grayscale: #C4C4C4. Windows color (decimal): -146134 or 2803197. OLE color: 2803197.

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

Color convert

RGB 253 197 42 -
CMYK 0 0.22 0.83 0.01
HSL 44.08º 0.98% 0.58% -
HSV(B) 44.08º 0.83% 0.99% -
XYZ 60.89 60.98 10.75 -
YUV 196.07 41.05 168.6 -
System Red Green Blue C M Y K H S L
Decimal 253 197 42 0 0.22 0.83 0.01 44.08 0.98 0.58
Hex FD C5 2A 0 16 53 1 2C 62 3A
Octal 375 305 52 0 26 123 1 54 142 72
Binary 11111101 11000101 101010 0 10110 1010011 1 101100 1100010 111010

Color Harmonies of #FDC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC52A

Black with #FDC52A

Text Example


Text Example

White with #FDC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC52A; }

 p { color: rgb(253,197,42); }

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

background-color css

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

 a { background-color: rgb(253,197,42); }

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

border-color css

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

 span { border-color: rgb(253,197,42); }

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