Html Css Color HEX #FDC231 Saffron

📋 copy color: '#FDC231'

red 253 ◦ green 194 ◦ blue 49

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

Shades of Saffron #FDC231

Tints of Saffron #FDC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.88%

R = 51.01%
G = 39.11%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDC231 (or 0xFDC231) is known color: Saffron. HEX triplet: FD, C2 and 31. RGB value is (253,194,49). Sum of RGB (Red+Green+Blue) = 253+194+49=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC231 is #023DCE. Grayscale: #C3C3C3. Windows color (decimal): -146895 or 3261181. OLE color: 3261181.

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

Color convert

RGB 253 194 49 -
CMYK 0 0.23 0.81 0.01
HSL 42.65º 0.98% 0.59% -
HSV(B) 42.65º 0.81% 0.99% -
XYZ 60.35 59.69 11.25 -
YUV 195.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 253 194 49 0 0.23 0.81 0.01 42.65 0.98 0.59
Hex FD C2 31 0 17 51 1 2B 62 3B
Octal 375 302 61 0 27 121 1 53 142 73
Binary 11111101 11000010 110001 0 10111 1010001 1 101011 1100010 111011

Color Harmonies of #FDC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC231

Black with #FDC231

Text Example


Text Example

White with #FDC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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