Html Css Color HEX #F2C445 Cream Can

📋 copy color: '#F2C445'

red 242 ◦ green 196 ◦ blue 69

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

Shades of Cream Can #F2C445

Tints of Cream Can #F2C445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 69 (27.34% from 255) = 13.61%

R = 47.73%
G = 38.66%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2C445 (or 0xF2C445) is known color: Cream Can. HEX triplet: F2, C4 and 45. RGB value is (242,196,69). Sum of RGB (Red+Green+Blue) = 242+196+69=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C445 is #0D3BBA. Grayscale: #C3C3C3. Windows color (decimal): -867259 or 4572402. OLE color: 4572402.

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

Color convert

RGB 242 196 69 -
CMYK 0 0.19 0.71 0.05
HSL 44.05º 0.87% 0.61% -
HSV(B) 44.05º 0.71% 0.95% -
XYZ 57.43 58.79 13.95 -
YUV 195.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 242 196 69 0 0.19 0.71 0.05 44.05 0.87 0.61
Hex F2 C4 45 0 13 47 5 2C 57 3D
Octal 362 304 105 0 23 107 5 54 127 75
Binary 11110010 11000100 1000101 0 10011 1000111 101 101100 1010111 111101

Color Harmonies of #F2C445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C445

Black with #F2C445

Text Example


Text Example

White with #F2C445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C445; }

 p { color: rgb(242,196,69); }

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

background-color css

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

 a { background-color: rgb(242,196,69); }

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

border-color css

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

 span { border-color: rgb(242,196,69); }

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