Html Css Color HEX #F0BE52 Cream Can

📋 copy color: '#F0BE52'

red 240 ◦ green 190 ◦ blue 82

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

Shades of Cream Can #F0BE52

Tints of Cream Can #F0BE52

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.11%

 BLUE value IS 82 (32.42% from 255) = 16.02%

R = 46.88%
G = 37.11%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0BE52 (or 0xF0BE52) is known color: Cream Can. HEX triplet: F0, BE and 52. RGB value is (240,190,82). Sum of RGB (Red+Green+Blue) = 240+190+82=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BE52 is #0F41AD. Grayscale: #C1C1C1. Windows color (decimal): -999854 or 5422832. OLE color: 5422832.

HSL color Cylindrical-coordinate representation of color #F0BE52: hue angle of 41.01º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0BE52 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 190 82 -
CMYK 0 0.21 0.66 0.06
HSL 41.01º 0.84% 0.63% -
HSV(B) 41.01º 0.66% 0.94% -
XYZ 55.87 55.96 15.84 -
YUV 192.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 240 190 82 0 0.21 0.66 0.06 41.01 0.84 0.63
Hex F0 BE 52 0 15 42 6 29 54 3F
Octal 360 276 122 0 25 102 6 51 124 77
Binary 11110000 10111110 1010010 0 10101 1000010 110 101001 1010100 111111

Color Harmonies of #F0BE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BE52

Black with #F0BE52

Text Example


Text Example

White with #F0BE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BE52; }

 p { color: rgb(240,190,82); }

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

background-color css

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

 a { background-color: rgb(240,190,82); }

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

border-color css

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

 span { border-color: rgb(240,190,82); }

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