Html Css Color HEX #FDC42D Saffron

📋 copy color: '#FDC42D'

red 253 ◦ green 196 ◦ blue 45

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

Shades of Saffron #FDC42D

Tints of Saffron #FDC42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.11%

R = 51.21%
G = 39.68%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDC42D (or 0xFDC42D) is known color: Saffron. HEX triplet: FD, C4 and 2D. RGB value is (253,196,45). Sum of RGB (Red+Green+Blue) = 253+196+45=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC42D is #023BD2. Grayscale: #C4C4C4. Windows color (decimal): -146387 or 2999549. OLE color: 2999549.

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

Color convert

RGB 253 196 45 -
CMYK 0 0.23 0.82 0.01
HSL 43.56º 0.98% 0.58% -
HSV(B) 43.56º 0.82% 0.99% -
XYZ 60.72 60.55 10.97 -
YUV 195.83 42.88 168.78 -
System Red Green Blue C M Y K H S L
Decimal 253 196 45 0 0.23 0.82 0.01 43.56 0.98 0.58
Hex FD C4 2D 0 17 52 1 2C 62 3A
Octal 375 304 55 0 27 122 1 54 142 72
Binary 11111101 11000100 101101 0 10111 1010010 1 101100 1100010 111010

Color Harmonies of #FDC42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC42D

Black with #FDC42D

Text Example


Text Example

White with #FDC42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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