Html Css Color HEX #F2BF5E Cream Can

📋 copy color: '#F2BF5E'

red 242 ◦ green 191 ◦ blue 94

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

Shades of Cream Can #F2BF5E

Tints of Cream Can #F2BF5E

RGB

 RED value IS 242 (94.92% from 255) = 45.92%

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

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 45.92%
G = 36.24%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2BF5E (or 0xF2BF5E) is known color: Cream Can. HEX triplet: F2, BF and 5E. RGB value is (242,191,94). Sum of RGB (Red+Green+Blue) = 242+191+94=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BF5E is #0D40A1. Grayscale: #C3C3C3. Windows color (decimal): -868514 or 6209522. OLE color: 6209522.

HSL color Cylindrical-coordinate representation of color #F2BF5E: hue angle of 39.32º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2BF5E is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 191 94 -
CMYK 0 0.21 0.61 0.05
HSL 39.32º 0.85% 0.66% -
HSV(B) 39.32º 0.61% 0.95% -
XYZ 57.27 56.95 18.56 -
YUV 195.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 242 191 94 0 0.21 0.61 0.05 39.32 0.85 0.66
Hex F2 BF 5E 0 15 3D 5 27 55 42
Octal 362 277 136 0 25 75 5 47 125 102
Binary 11110010 10111111 1011110 0 10101 111101 101 100111 1010101 1000010

Color Harmonies of #F2BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF5E

Black with #F2BF5E

Text Example


Text Example

White with #F2BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF5E; }

 p { color: rgb(242,191,94); }

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

background-color css

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

 a { background-color: rgb(242,191,94); }

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

border-color css

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

 span { border-color: rgb(242,191,94); }

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