Html Css Color HEX #F2C253 Cream Can

📋 copy color: '#F2C253'

red 242 ◦ green 194 ◦ blue 83

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

Shades of Cream Can #F2C253

Tints of Cream Can #F2C253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.38%

 BLUE value IS 83 (32.81% from 255) = 15.99%

R = 46.63%
G = 37.38%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2C253 (or 0xF2C253) is known color: Cream Can. HEX triplet: F2, C2 and 53. RGB value is (242,194,83). Sum of RGB (Red+Green+Blue) = 242+194+83=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C253 is #0D3DAC. Grayscale: #C4C4C4. Windows color (decimal): -867757 or 5489394. OLE color: 5489394.

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

Color convert

RGB 242 194 83 -
CMYK 0 0.20 0.66 0.05
HSL 41.89º 0.86% 0.64% -
HSV(B) 41.89º 0.66% 0.95% -
XYZ 57.47 58.09 16.37 -
YUV 195.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 242 194 83 0 0.20 0.66 0.05 41.89 0.86 0.64
Hex F2 C2 53 0 14 42 5 2A 56 40
Octal 362 302 123 0 24 102 5 52 126 100
Binary 11110010 11000010 1010011 0 10100 1000010 101 101010 1010110 1000000

Color Harmonies of #F2C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C253

Black with #F2C253

Text Example


Text Example

White with #F2C253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C253; }

 p { color: rgb(242,194,83); }

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

background-color css

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

 a { background-color: rgb(242,194,83); }

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

border-color css

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

 span { border-color: rgb(242,194,83); }

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