Html Css Color HEX #FDC026 Saffron

📋 copy color: '#FDC026'

red 253 ◦ green 192 ◦ blue 38

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

Shades of Saffron #FDC026

Tints of Saffron #FDC026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

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

R = 52.38%
G = 39.75%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDC026 (or 0xFDC026) is known color: Saffron. HEX triplet: FD, C0 and 26. RGB value is (253,192,38). Sum of RGB (Red+Green+Blue) = 253+192+38=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC026 is #023FD9. Grayscale: #C1C1C1. Windows color (decimal): -147418 or 2539773. OLE color: 2539773.

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

Color convert

RGB 253 192 38 -
CMYK 0 0.24 0.85 0.01
HSL 42.98º 0.98% 0.57% -
HSV(B) 42.98º 0.85% 0.99% -
XYZ 59.71 58.72 10.02 -
YUV 192.68 40.71 171.02 -
System Red Green Blue C M Y K H S L
Decimal 253 192 38 0 0.24 0.85 0.01 42.98 0.98 0.57
Hex FD C0 26 0 18 55 1 2B 62 39
Octal 375 300 46 0 30 125 1 53 142 71
Binary 11111101 11000000 100110 0 11000 1010101 1 101011 1100010 111001

Color Harmonies of #FDC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC026

Black with #FDC026

Text Example


Text Example

White with #FDC026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC026; }

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

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

background-color css

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

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

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

border-color css

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

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

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