Html Css Color HEX #F4BA37 Saffron

📋 copy color: '#F4BA37'

red 244 ◦ green 186 ◦ blue 55

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

Shades of Saffron #F4BA37

Tints of Saffron #F4BA37

RGB

 RED value IS 244 (95.7% from 255) = 50.31%

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

 BLUE value IS 55 (21.88% from 255) = 11.34%

R = 50.31%
G = 38.35%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F4BA37 (or 0xF4BA37) is known color: Saffron. HEX triplet: F4, BA and 37. RGB value is (244,186,55). Sum of RGB (Red+Green+Blue) = 244+186+55=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BA37 is #0B45C8. Grayscale: #BCBCBC. Windows color (decimal): -738761 or 3652340. OLE color: 3652340.

HSL color Cylindrical-coordinate representation of color #F4BA37: hue angle of 41.59º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4BA37 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 55 -
CMYK 0 0.24 0.77 0.04
HSL 41.59º 0.9% 0.59% -
HSV(B) 41.59º 0.77% 0.96% -
XYZ 55.56 54.63 11.23 -
YUV 188.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 244 186 55 0 0.24 0.77 0.04 41.59 0.9 0.59
Hex F4 BA 37 0 18 4D 4 2A 5A 3B
Octal 364 272 67 0 30 115 4 52 132 73
Binary 11110100 10111010 110111 0 11000 1001101 100 101010 1011010 111011

Color Harmonies of #F4BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA37

Black with #F4BA37

Text Example


Text Example

White with #F4BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA37; }

 p { color: rgb(244,186,55); }

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

background-color css

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

 a { background-color: rgb(244,186,55); }

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

border-color css

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

 span { border-color: rgb(244,186,55); }

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