Html Css Color HEX #F2BD5E Cream Can

📋 copy color: '#F2BD5E'

red 242 ◦ green 189 ◦ blue 94

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

Shades of Cream Can #F2BD5E

Tints of Cream Can #F2BD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

 BLUE value IS 94 (37.11% from 255) = 17.9%

R = 46.1%
G = 36%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2BD5E (or 0xF2BD5E) is known color: Cream Can. HEX triplet: F2, BD and 5E. RGB value is (242,189,94). Sum of RGB (Red+Green+Blue) = 242+189+94=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD5E is #0D42A1. Grayscale: #C2C2C2. Windows color (decimal): -869026 or 6209010. OLE color: 6209010.

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

Color convert

RGB 242 189 94 -
CMYK 0 0.22 0.61 0.05
HSL 38.51º 0.85% 0.66% -
HSV(B) 38.51º 0.61% 0.95% -
XYZ 56.84 56.08 18.42 -
YUV 194.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 242 189 94 0 0.22 0.61 0.05 38.51 0.85 0.66
Hex F2 BD 5E 0 16 3D 5 27 55 42
Octal 362 275 136 0 26 75 5 47 125 102
Binary 11110010 10111101 1011110 0 10110 111101 101 100111 1010101 1000010

Color Harmonies of #F2BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BD5E

Black with #F2BD5E

Text Example


Text Example

White with #F2BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BD5E; }

 p { color: rgb(242,189,94); }

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

background-color css

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

 a { background-color: rgb(242,189,94); }

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

border-color css

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

 span { border-color: rgb(242,189,94); }

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