Html Css Color HEX #F2C852 Cream Can

📋 copy color: '#F2C852'

red 242 ◦ green 200 ◦ blue 82

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

Shades of Cream Can #F2C852

Tints of Cream Can #F2C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

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

R = 46.18%
G = 38.17%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2C852 (or 0xF2C852) is known color: Cream Can. HEX triplet: F2, C8 and 52. RGB value is (242,200,82). Sum of RGB (Red+Green+Blue) = 242+200+82=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C852 is #0D37AD. Grayscale: #C7C7C7. Windows color (decimal): -866222 or 5425394. OLE color: 5425394.

HSL color Cylindrical-coordinate representation of color #F2C852: hue angle of 44.25º 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 #F2C852 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 82 -
CMYK 0 0.17 0.66 0.05
HSL 44.25º 0.86% 0.64% -
HSV(B) 44.25º 0.66% 0.95% -
XYZ 58.8 60.8 16.62 -
YUV 199.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 242 200 82 0 0.17 0.66 0.05 44.25 0.86 0.64
Hex F2 C8 52 0 11 42 5 2C 56 40
Octal 362 310 122 0 21 102 5 54 126 100
Binary 11110010 11001000 1010010 0 10001 1000010 101 101100 1010110 1000000

Color Harmonies of #F2C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C852

Black with #F2C852

Text Example


Text Example

White with #F2C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C852; }

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

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

background-color css

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

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

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

border-color css

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

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

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