Html Css Color HEX #FDC42E Saffron

📋 copy color: '#FDC42E'

red 253 ◦ green 196 ◦ blue 46

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

Shades of Saffron #FDC42E

Tints of Saffron #FDC42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 51.11%
G = 39.6%
B = 9.29%

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

#FDC42E (or 0xFDC42E) is known color: Saffron. HEX triplet: FD, C4 and 2E. RGB value is (253,196,46). Sum of RGB (Red+Green+Blue) = 253+196+46=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC42E is #023BD1. Grayscale: #C4C4C4. Windows color (decimal): -146386 or 3065085. OLE color: 3065085.

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

Color convert

RGB 253 196 46 -
CMYK 0 0.23 0.82 0.01
HSL 43.48º 0.98% 0.59% -
HSV(B) 43.48º 0.82% 0.99% -
XYZ 60.74 60.56 11.07 -
YUV 195.94 43.38 168.7 -
System Red Green Blue C M Y K H S L
Decimal 253 196 46 0 0.23 0.82 0.01 43.48 0.98 0.59
Hex FD C4 2E 0 17 52 1 2B 62 3B
Octal 375 304 56 0 27 122 1 53 142 73
Binary 11111101 11000100 101110 0 10111 1010010 1 101011 1100010 111011

Color Harmonies of #FDC42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC42E

Black with #FDC42E

Text Example


Text Example

White with #FDC42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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