Html Css Color HEX #F9BC32 Saffron

📋 copy color: '#F9BC32'

red 249 ◦ green 188 ◦ blue 50

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

Shades of Saffron #F9BC32

Tints of Saffron #F9BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 50 (19.92% from 255) = 10.27%

R = 51.13%
G = 38.6%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F9BC32 (or 0xF9BC32) is known color: Saffron. HEX triplet: F9, BC and 32. RGB value is (249,188,50). Sum of RGB (Red+Green+Blue) = 249+188+50=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BC32 is #0643CD. Grayscale: #BFBFBF. Windows color (decimal): -410574 or 3325177. OLE color: 3325177.

HSL color Cylindrical-coordinate representation of color #F9BC32: hue angle of 41.61º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9BC32 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 50 -
CMYK 0 0.24 0.80 0.02
HSL 41.61º 0.94% 0.59% -
HSV(B) 41.61º 0.8% 0.98% -
XYZ 57.63 56.34 10.85 -
YUV 190.51 48.71 169.72 -
System Red Green Blue C M Y K H S L
Decimal 249 188 50 0 0.24 0.80 0.02 41.61 0.94 0.59
Hex F9 BC 32 0 18 50 2 2A 5E 3B
Octal 371 274 62 0 30 120 2 52 136 73
Binary 11111001 10111100 110010 0 11000 1010000 10 101010 1011110 111011

Color Harmonies of #F9BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BC32

Black with #F9BC32

Text Example


Text Example

White with #F9BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BC32; }

 p { color: rgb(249,188,50); }

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

background-color css

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

 a { background-color: rgb(249,188,50); }

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

border-color css

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

 span { border-color: rgb(249,188,50); }

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