Html Css Color HEX #FDC22D Saffron

📋 copy color: '#FDC22D'

red 253 ◦ green 194 ◦ blue 45

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

Shades of Saffron #FDC22D

Tints of Saffron #FDC22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.43%

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

R = 51.42%
G = 39.43%
B = 9.15%

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

#FDC22D (or 0xFDC22D) is known color: Saffron. HEX triplet: FD, C2 and 2D. RGB value is (253,194,45). Sum of RGB (Red+Green+Blue) = 253+194+45=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC22D is #023DD2. Grayscale: #C3C3C3. Windows color (decimal): -146899 or 2999037. OLE color: 2999037.

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

Color convert

RGB 253 194 45 -
CMYK 0 0.23 0.82 0.01
HSL 42.98º 0.98% 0.58% -
HSV(B) 42.98º 0.82% 0.99% -
XYZ 60.27 59.66 10.82 -
YUV 194.66 43.55 169.62 -
System Red Green Blue C M Y K H S L
Decimal 253 194 45 0 0.23 0.82 0.01 42.98 0.98 0.58
Hex FD C2 2D 0 17 52 1 2B 62 3A
Octal 375 302 55 0 27 122 1 53 142 72
Binary 11111101 11000010 101101 0 10111 1010010 1 101011 1100010 111010

Color Harmonies of #FDC22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC22D

Black with #FDC22D

Text Example


Text Example

White with #FDC22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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