#F7B352

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

Shades of Casablanca #F7B352

Tints of Casablanca #F7B352

Color information

#F7B352 (or 0xF7B352) is unknown color: approx Casablanca. HEX triplet: F7, B3 and 52. RGB value is (247,179,82). Sum of RGB (Red+Green+Blue) = 247+179+82=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B352 is #084CAD. Grayscale: #BCBCBC. Windows color (decimal): -543918 or 5420023. OLE color: 5420023.

HSL color Cylindrical-coordinate representation of color #F7B352: hue angle of 35.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7B352 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB24717982-
CMYK00.280.670.03
HSL35.27º91.16%64.51%-
HSV(B)35.27º66.8%96.86%-
XYZ5652.6215.19-
YUV188.2768.03169.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 82 (32.42% from 255) = 16.14%
R=48.62%
G=35.24%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471798200.280.670.0335.2791.1664.51
HexF7B35201C433235b41
Octal367263122034103343133101
Binary1111011110110011101001001110010000111110001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B352; }

 p { color: rgb(247,179,82); }

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

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

 a { background-color: rgb(247,179,82); }

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

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

 span { border-color: rgb(247,179,82); }

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