Html Css Color HEX #F0BA4C Cream Can

📋 copy color: '#F0BA4C'

red 240 ◦ green 186 ◦ blue 76

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

Shades of Cream Can #F0BA4C

Tints of Cream Can #F0BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.14%

R = 47.81%
G = 37.05%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0BA4C (or 0xF0BA4C) is known color: Cream Can. HEX triplet: F0, BA and 4C. RGB value is (240,186,76). Sum of RGB (Red+Green+Blue) = 240+186+76=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA4C is #0F45B3. Grayscale: #BEBEBE. Windows color (decimal): -1000884 or 5028592. OLE color: 5028592.

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

Color convert

RGB 240 186 76 -
CMYK 0 0.22 0.68 0.06
HSL 40.24º 0.85% 0.62% -
HSV(B) 40.24º 0.68% 0.94% -
XYZ 54.8 54.16 14.4 -
YUV 189.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 240 186 76 0 0.22 0.68 0.06 40.24 0.85 0.62
Hex F0 BA 4C 0 16 44 6 28 55 3E
Octal 360 272 114 0 26 104 6 50 125 76
Binary 11110000 10111010 1001100 0 10110 1000100 110 101000 1010101 111110

Color Harmonies of #F0BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA4C

Black with #F0BA4C

Text Example


Text Example

White with #F0BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA4C; }

 p { color: rgb(240,186,76); }

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

background-color css

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

 a { background-color: rgb(240,186,76); }

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

border-color css

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

 span { border-color: rgb(240,186,76); }

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