Html Css Color HEX #F9C13B Saffron

📋 copy color: '#F9C13B'

red 249 ◦ green 193 ◦ blue 59

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

Shades of Saffron #F9C13B

Tints of Saffron #F9C13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.52%

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

R = 49.7%
G = 38.52%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9C13B (or 0xF9C13B) is known color: Saffron. HEX triplet: F9, C1 and 3B. RGB value is (249,193,59). Sum of RGB (Red+Green+Blue) = 249+193+59=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C13B is #063EC4. Grayscale: #C3C3C3. Windows color (decimal): -409285 or 3916281. OLE color: 3916281.

HSL color Cylindrical-coordinate representation of color #F9C13B: hue angle of 42.32º 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 #F9C13B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 193 59 -
CMYK 0 0.22 0.76 0.02
HSL 42.32º 0.94% 0.6% -
HSV(B) 42.32º 0.76% 0.98% -
XYZ 58.93 58.6 12.34 -
YUV 194.47 51.55 166.9 -
System Red Green Blue C M Y K H S L
Decimal 249 193 59 0 0.22 0.76 0.02 42.32 0.94 0.6
Hex F9 C1 3B 0 16 4C 2 2A 5E 3C
Octal 371 301 73 0 26 114 2 52 136 74
Binary 11111001 11000001 111011 0 10110 1001100 10 101010 1011110 111100

Color Harmonies of #F9C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C13B

Black with #F9C13B

Text Example


Text Example

White with #F9C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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