Html Css Color HEX #F4BC37 Saffron

📋 copy color: '#F4BC37'

red 244 ◦ green 188 ◦ blue 55

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

Shades of Saffron #F4BC37

Tints of Saffron #F4BC37

RGB

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

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

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

R = 50.1%
G = 38.6%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F4BC37 (or 0xF4BC37) is known color: Saffron. HEX triplet: F4, BC and 37. RGB value is (244,188,55). Sum of RGB (Red+Green+Blue) = 244+188+55=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC37 is #0B43C8. Grayscale: #BEBEBE. Windows color (decimal): -738249 or 3652852. OLE color: 3652852.

HSL color Cylindrical-coordinate representation of color #F4BC37: hue angle of 42.22º 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 #F4BC37 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 55 -
CMYK 0 0.23 0.77 0.04
HSL 42.22º 0.9% 0.59% -
HSV(B) 42.22º 0.77% 0.96% -
XYZ 55.98 55.48 11.37 -
YUV 189.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 244 188 55 0 0.23 0.77 0.04 42.22 0.9 0.59
Hex F4 BC 37 0 17 4D 4 2A 5A 3B
Octal 364 274 67 0 27 115 4 52 132 73
Binary 11110100 10111100 110111 0 10111 1001101 100 101010 1011010 111011

Color Harmonies of #F4BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BC37

Black with #F4BC37

Text Example


Text Example

White with #F4BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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