Html Css Color HEX #F9C53B Saffron

📋 copy color: '#F9C53B'

red 249 ◦ green 197 ◦ blue 59

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

Shades of Saffron #F9C53B

Tints of Saffron #F9C53B

RGB

 RED value IS 249 (97.66% from 255) = 49.31%

 GREEN value IS 197 (77.34% from 255) = 39.01%

 BLUE value IS 59 (23.44% from 255) = 11.68%

R = 49.31%
G = 39.01%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9C53B (or 0xF9C53B) is known color: Saffron. HEX triplet: F9, C5 and 3B. RGB value is (249,197,59). Sum of RGB (Red+Green+Blue) = 249+197+59=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C53B is #063AC4. Grayscale: #C5C5C5. Windows color (decimal): -408261 or 3917305. OLE color: 3917305.

HSL color Cylindrical-coordinate representation of color #F9C53B: hue angle of 43.58º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9C53B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 197 59 -
CMYK 0 0.21 0.76 0.02
HSL 43.58º 0.94% 0.6% -
HSV(B) 43.58º 0.76% 0.98% -
XYZ 59.82 60.39 12.64 -
YUV 196.82 50.23 165.22 -
System Red Green Blue C M Y K H S L
Decimal 249 197 59 0 0.21 0.76 0.02 43.58 0.94 0.6
Hex F9 C5 3B 0 15 4C 2 2C 5E 3C
Octal 371 305 73 0 25 114 2 54 136 74
Binary 11111001 11000101 111011 0 10101 1001100 10 101100 1011110 111100

Color Harmonies of #F9C53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C53B

Black with #F9C53B

Text Example


Text Example

White with #F9C53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C53B; }

 p { color: rgb(249,197,59); }

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

background-color css

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

 a { background-color: rgb(249,197,59); }

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

border-color css

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

 span { border-color: rgb(249,197,59); }

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