Html Css Color HEX #F2BE52 Cream Can

📋 copy color: '#F2BE52'

red 242 ◦ green 190 ◦ blue 82

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

Shades of Cream Can #F2BE52

Tints of Cream Can #F2BE52

RGB

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

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

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

R = 47.08%
G = 36.96%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2BE52 (or 0xF2BE52) is known color: Cream Can. HEX triplet: F2, BE and 52. RGB value is (242,190,82). Sum of RGB (Red+Green+Blue) = 242+190+82=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BE52 is #0D41AD. Grayscale: #C1C1C1. Windows color (decimal): -868782 or 5422834. OLE color: 5422834.

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

Color convert

RGB 242 190 82 -
CMYK 0 0.21 0.66 0.05
HSL 40.5º 0.86% 0.64% -
HSV(B) 40.5º 0.66% 0.95% -
XYZ 56.55 56.31 15.87 -
YUV 193.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 242 190 82 0 0.21 0.66 0.05 40.5 0.86 0.64
Hex F2 BE 52 0 15 42 5 28 56 40
Octal 362 276 122 0 25 102 5 50 126 100
Binary 11110010 10111110 1010010 0 10101 1000010 101 101000 1010110 1000000

Color Harmonies of #F2BE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE52

Black with #F2BE52

Text Example


Text Example

White with #F2BE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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