Html Css Color HEX #F0BC49 Cream Can

📋 copy color: '#F0BC49'

red 240 ◦ green 188 ◦ blue 73

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

Shades of Cream Can #F0BC49

Tints of Cream Can #F0BC49

RGB

 RED value IS 240 (94.14% from 255) = 47.9%

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

 BLUE value IS 73 (28.91% from 255) = 14.57%

R = 47.9%
G = 37.52%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0BC49 (or 0xF0BC49) is known color: Cream Can. HEX triplet: F0, BC and 49. RGB value is (240,188,73). Sum of RGB (Red+Green+Blue) = 240+188+73=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC49 is #0F43B6. Grayscale: #BEBEBE. Windows color (decimal): -1000375 or 4832496. OLE color: 4832496.

HSL color Cylindrical-coordinate representation of color #F0BC49: hue angle of 41.32º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0BC49 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 73 -
CMYK 0 0.22 0.70 0.06
HSL 41.32º 0.85% 0.61% -
HSV(B) 41.32º 0.7% 0.94% -
XYZ 55.12 54.97 14.01 -
YUV 190.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 240 188 73 0 0.22 0.70 0.06 41.32 0.85 0.61
Hex F0 BC 49 0 16 46 6 29 55 3D
Octal 360 274 111 0 26 106 6 51 125 75
Binary 11110000 10111100 1001001 0 10110 1000110 110 101001 1010101 111101

Color Harmonies of #F0BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC49

Black with #F0BC49

Text Example


Text Example

White with #F0BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC49; }

 p { color: rgb(240,188,73); }

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

background-color css

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

 a { background-color: rgb(240,188,73); }

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

border-color css

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

 span { border-color: rgb(240,188,73); }

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