Html Css Color HEX #FDC326 Saffron

📋 copy color: '#FDC326'

red 253 ◦ green 195 ◦ blue 38

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

Shades of Saffron #FDC326

Tints of Saffron #FDC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 38 (15.23% from 255) = 7.82%

R = 52.06%
G = 40.12%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC326 (or 0xFDC326) is known color: Saffron. HEX triplet: FD, C3 and 26. RGB value is (253,195,38). Sum of RGB (Red+Green+Blue) = 253+195+38=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC326 is #023CD9. Grayscale: #C3C3C3. Windows color (decimal): -146650 or 2540541. OLE color: 2540541.

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

Color convert

RGB 253 195 38 -
CMYK 0 0.23 0.85 0.01
HSL 43.81º 0.98% 0.57% -
HSV(B) 43.81º 0.85% 0.99% -
XYZ 60.37 60.05 10.24 -
YUV 194.44 39.72 169.77 -
System Red Green Blue C M Y K H S L
Decimal 253 195 38 0 0.23 0.85 0.01 43.81 0.98 0.57
Hex FD C3 26 0 17 55 1 2C 62 39
Octal 375 303 46 0 27 125 1 54 142 71
Binary 11111101 11000011 100110 0 10111 1010101 1 101100 1100010 111001

Color Harmonies of #FDC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC326

Black with #FDC326

Text Example


Text Example

White with #FDC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC326; }

 p { color: rgb(253,195,38); }

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

background-color css

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

 a { background-color: rgb(253,195,38); }

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

border-color css

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

 span { border-color: rgb(253,195,38); }

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