#F2B652

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

Shades of Casablanca #F2B652

Tints of Casablanca #F2B652

Color information

#F2B652 (or 0xF2B652) is unknown color: approx Casablanca. HEX triplet: F2, B6 and 52. RGB value is (242,182,82). Sum of RGB (Red+Green+Blue) = 242+182+82=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B652 is #0D49AD. Grayscale: #BDBDBD. Windows color (decimal): -870830 or 5420786. OLE color: 5420786.

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

Color convert

RGB24218282-
CMYK00.250.660.05
HSL37.5º86.02%63.53%-
HSV(B)37.5º66.12%94.9%-
XYZ54.8752.9415.31-
YUV188.5467.88166.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.83%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 82 (32.42% from 255) = 16.21%
R=47.83%
G=35.97%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421828200.250.660.0537.586.0263.53
HexF2B652019425265640
Octal362266122031102546126100
Binary11110010101101101010010011001100001010110011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B652; }

 p { color: rgb(242,182,82); }

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

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

 a { background-color: rgb(242,182,82); }

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

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

 span { border-color: rgb(242,182,82); }

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