Html Css Color HEX #FDC228 Saffron

📋 copy color: '#FDC228'

red 253 ◦ green 194 ◦ blue 40

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

Shades of Saffron #FDC228

Tints of Saffron #FDC228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.21%

R = 51.95%
G = 39.84%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDC228 (or 0xFDC228) is known color: Saffron. HEX triplet: FD, C2 and 28. RGB value is (253,194,40). Sum of RGB (Red+Green+Blue) = 253+194+40=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC228 is #023DD7. Grayscale: #C2C2C2. Windows color (decimal): -146904 or 2671357. OLE color: 2671357.

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

Color convert

RGB 253 194 40 -
CMYK 0 0.23 0.84 0.01
HSL 43.38º 0.98% 0.57% -
HSV(B) 43.38º 0.84% 0.99% -
XYZ 60.18 59.62 10.34 -
YUV 194.09 41.05 170.02 -
System Red Green Blue C M Y K H S L
Decimal 253 194 40 0 0.23 0.84 0.01 43.38 0.98 0.57
Hex FD C2 28 0 17 54 1 2B 62 39
Octal 375 302 50 0 27 124 1 53 142 71
Binary 11111101 11000010 101000 0 10111 1010100 1 101011 1100010 111001

Color Harmonies of #FDC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC228

Black with #FDC228

Text Example


Text Example

White with #FDC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC228; }

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

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

background-color css

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

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

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

border-color css

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

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

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