Html Css Color HEX #F9BA28 Saffron

📋 copy color: '#F9BA28'

red 249 ◦ green 186 ◦ blue 40

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

Shades of Saffron #F9BA28

Tints of Saffron #F9BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

 BLUE value IS 40 (16.02% from 255) = 8.42%

R = 52.42%
G = 39.16%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F9BA28 (or 0xF9BA28) is known color: Saffron. HEX triplet: F9, BA and 28. RGB value is (249,186,40). Sum of RGB (Red+Green+Blue) = 249+186+40=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BA28 is #0645D7. Grayscale: #BCBCBC. Windows color (decimal): -411096 or 2669305. OLE color: 2669305.

HSL color Cylindrical-coordinate representation of color #F9BA28: hue angle of 41.91º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9BA28 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 186 40 -
CMYK 0 0.25 0.84 0.02
HSL 41.91º 0.95% 0.57% -
HSV(B) 41.91º 0.84% 0.98% -
XYZ 57.01 55.41 9.7 -
YUV 188.19 44.37 171.37 -
System Red Green Blue C M Y K H S L
Decimal 249 186 40 0 0.25 0.84 0.02 41.91 0.95 0.57
Hex F9 BA 28 0 19 54 2 2A 5F 39
Octal 371 272 50 0 31 124 2 52 137 71
Binary 11111001 10111010 101000 0 11001 1010100 10 101010 1011111 111001

Color Harmonies of #F9BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA28

Black with #F9BA28

Text Example


Text Example

White with #F9BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA28; }

 p { color: rgb(249,186,40); }

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

background-color css

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

 a { background-color: rgb(249,186,40); }

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

border-color css

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

 span { border-color: rgb(249,186,40); }

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