Html Css Color HEX #FDC02C Saffron

📋 copy color: '#FDC02C'

red 253 ◦ green 192 ◦ blue 44

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

Shades of Saffron #FDC02C

Tints of Saffron #FDC02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9%

R = 51.74%
G = 39.26%
B = 9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDC02C (or 0xFDC02C) is known color: Saffron. HEX triplet: FD, C0 and 2C. RGB value is (253,192,44). Sum of RGB (Red+Green+Blue) = 253+192+44=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC02C is #023FD3. Grayscale: #C2C2C2. Windows color (decimal): -147412 or 2932989. OLE color: 2932989.

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

Color convert

RGB 253 192 44 -
CMYK 0 0.24 0.83 0.01
HSL 42.49º 0.98% 0.58% -
HSV(B) 42.49º 0.83% 0.99% -
XYZ 59.81 58.76 10.57 -
YUV 193.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 253 192 44 0 0.24 0.83 0.01 42.49 0.98 0.58
Hex FD C0 2C 0 18 53 1 2A 62 3A
Octal 375 300 54 0 30 123 1 52 142 72
Binary 11111101 11000000 101100 0 11000 1010011 1 101010 1100010 111010

Color Harmonies of #FDC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC02C

Black with #FDC02C

Text Example


Text Example

White with #FDC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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