Html Css Color HEX #FDC42C Saffron

📋 copy color: '#FDC42C'

red 253 ◦ green 196 ◦ blue 44

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

Shades of Saffron #FDC42C

Tints of Saffron #FDC42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.76%

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

R = 51.32%
G = 39.76%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDC42C (or 0xFDC42C) is known color: Saffron. HEX triplet: FD, C4 and 2C. RGB value is (253,196,44). Sum of RGB (Red+Green+Blue) = 253+196+44=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC42C is #023BD3. Grayscale: #C4C4C4. Windows color (decimal): -146388 or 2934013. OLE color: 2934013.

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

Color convert

RGB 253 196 44 -
CMYK 0 0.23 0.83 0.01
HSL 43.64º 0.98% 0.58% -
HSV(B) 43.64º 0.83% 0.99% -
XYZ 60.7 60.54 10.87 -
YUV 195.72 42.38 168.86 -
System Red Green Blue C M Y K H S L
Decimal 253 196 44 0 0.23 0.83 0.01 43.64 0.98 0.58
Hex FD C4 2C 0 17 53 1 2C 62 3A
Octal 375 304 54 0 27 123 1 54 142 72
Binary 11111101 11000100 101100 0 10111 1010011 1 101100 1100010 111010

Color Harmonies of #FDC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC42C

Black with #FDC42C

Text Example


Text Example

White with #FDC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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