Html Css Color HEX #F2B945 Cream Can

📋 copy color: '#F2B945'

red 242 ◦ green 185 ◦ blue 69

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

Shades of Cream Can #F2B945

Tints of Cream Can #F2B945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

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

R = 48.79%
G = 37.3%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2B945 (or 0xF2B945) is known color: Cream Can. HEX triplet: F2, B9 and 45. RGB value is (242,185,69). Sum of RGB (Red+Green+Blue) = 242+185+69=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B945 is #0D46BA. Grayscale: #BDBDBD. Windows color (decimal): -870075 or 4569586. OLE color: 4569586.

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

Color convert

RGB 242 185 69 -
CMYK 0 0.24 0.71 0.05
HSL 40.23º 0.87% 0.61% -
HSV(B) 40.23º 0.71% 0.95% -
XYZ 55.04 54 13.15 -
YUV 188.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 242 185 69 0 0.24 0.71 0.05 40.23 0.87 0.61
Hex F2 B9 45 0 18 47 5 28 57 3D
Octal 362 271 105 0 30 107 5 50 127 75
Binary 11110010 10111001 1000101 0 11000 1000111 101 101000 1010111 111101

Color Harmonies of #F2B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B945

Black with #F2B945

Text Example


Text Example

White with #F2B945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B945; }

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

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

background-color css

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

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

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

border-color css

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

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

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