Html Css Color HEX #F0BF57 Cream Can

📋 copy color: '#F0BF57'

red 240 ◦ green 191 ◦ blue 87

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

Shades of Cream Can #F0BF57

Tints of Cream Can #F0BF57

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 87 (34.38% from 255) = 16.8%

R = 46.33%
G = 36.87%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0BF57 (or 0xF0BF57) is known color: Cream Can. HEX triplet: F0, BF and 57. RGB value is (240,191,87). Sum of RGB (Red+Green+Blue) = 240+191+87=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF57 is #0F40A8. Grayscale: #C2C2C2. Windows color (decimal): -999593 or 5750768. OLE color: 5750768.

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

Color convert

RGB 240 191 87 -
CMYK 0 0.20 0.64 0.06
HSL 40.78º 0.84% 0.64% -
HSV(B) 40.78º 0.64% 0.94% -
XYZ 56.29 56.47 16.95 -
YUV 193.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 240 191 87 0 0.20 0.64 0.06 40.78 0.84 0.64
Hex F0 BF 57 0 14 40 6 29 54 40
Octal 360 277 127 0 24 100 6 51 124 100
Binary 11110000 10111111 1010111 0 10100 1000000 110 101001 1010100 1000000

Color Harmonies of #F0BF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF57

Black with #F0BF57

Text Example


Text Example

White with #F0BF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF57; }

 p { color: rgb(240,191,87); }

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

background-color css

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

 a { background-color: rgb(240,191,87); }

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

border-color css

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

 span { border-color: rgb(240,191,87); }

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