Html Css Color HEX #F2BE5D Cream Can

📋 copy color: '#F2BE5D'

red 242 ◦ green 190 ◦ blue 93

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

Shades of Cream Can #F2BE5D

Tints of Cream Can #F2BE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 46.1%
G = 36.19%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2BE5D (or 0xF2BE5D) is known color: Cream Can. HEX triplet: F2, BE and 5D. RGB value is (242,190,93). Sum of RGB (Red+Green+Blue) = 242+190+93=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE5D is #0D41A2. Grayscale: #C2C2C2. Windows color (decimal): -868771 or 6143730. OLE color: 6143730.

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

Color convert

RGB 242 190 93 -
CMYK 0 0.21 0.62 0.05
HSL 39.06º 0.85% 0.66% -
HSV(B) 39.06º 0.62% 0.95% -
XYZ 57.01 56.49 18.26 -
YUV 194.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 242 190 93 0 0.21 0.62 0.05 39.06 0.85 0.66
Hex F2 BE 5D 0 15 3E 5 27 55 42
Octal 362 276 135 0 25 76 5 47 125 102
Binary 11110010 10111110 1011101 0 10101 111110 101 100111 1010101 1000010

Color Harmonies of #F2BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE5D

Black with #F2BE5D

Text Example


Text Example

White with #F2BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE5D; }

 p { color: rgb(242,190,93); }

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

background-color css

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

 a { background-color: rgb(242,190,93); }

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

border-color css

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

 span { border-color: rgb(242,190,93); }

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