Html Css Color HEX #F9BF3A Saffron

📋 copy color: '#F9BF3A'

red 249 ◦ green 191 ◦ blue 58

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

Shades of Saffron #F9BF3A

Tints of Saffron #F9BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

 BLUE value IS 58 (23.05% from 255) = 11.65%

R = 50%
G = 38.35%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9BF3A (or 0xF9BF3A) is known color: Saffron. HEX triplet: F9, BF and 3A. RGB value is (249,191,58). Sum of RGB (Red+Green+Blue) = 249+191+58=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BF3A is #0640C5. Grayscale: #C1C1C1. Windows color (decimal): -409798 or 3850233. OLE color: 3850233.

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

Color convert

RGB 249 191 58 -
CMYK 0 0.23 0.77 0.02
HSL 41.78º 0.94% 0.6% -
HSV(B) 41.78º 0.77% 0.98% -
XYZ 58.46 57.71 12.06 -
YUV 193.18 51.72 167.81 -
System Red Green Blue C M Y K H S L
Decimal 249 191 58 0 0.23 0.77 0.02 41.78 0.94 0.6
Hex F9 BF 3A 0 17 4D 2 2A 5E 3C
Octal 371 277 72 0 27 115 2 52 136 74
Binary 11111001 10111111 111010 0 10111 1001101 10 101010 1011110 111100

Color Harmonies of #F9BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BF3A

Black with #F9BF3A

Text Example


Text Example

White with #F9BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BF3A; }

 p { color: rgb(249,191,58); }

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

background-color css

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

 a { background-color: rgb(249,191,58); }

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

border-color css

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

 span { border-color: rgb(249,191,58); }

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