#F2BA4B

Color #F2BA4B Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #F2BA4B

Tints of Cream Can #F2BA4B

Color information

#F2BA4B (or 0xF2BA4B) is unknown color: approx Cream Can. HEX triplet: F2, BA and 4B. RGB value is (242,186,75). Sum of RGB (Red+Green+Blue) = 242+186+75=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA4B is #0D45B4. Grayscale: #BEBEBE. Windows color (decimal): -869813 or 4963058. OLE color: 4963058.

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

Color convert

RGB24218675-
CMYK00.230.690.05
HSL39.88º86.53%62.16%-
HSV(B)39.88º69.01%94.9%-
XYZ55.4554.514.25-
YUV190.0963.05165.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=48.11%
G=36.98%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421867500.230.690.0539.8886.5362.16
HexF2BA4B01745528573e
Octal36227211302710555012776
Binary1111001010111010100101101011110001011011010001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BA4B; }

 p { color: rgb(242,186,75); }

 H1.HeaderClassName
 {
   color: #F2BA4B;
 }
 .AnyTagClassName
 {
   color: #F2BA4B;
 }
</style>
background-color css

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

 a { background-color: rgb(242,186,75); }

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

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

 span { border-color: rgb(242,186,75); }

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