#F2B254

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

Shades of Casablanca #F2B254

Tints of Casablanca #F2B254

Color information

#F2B254 (or 0xF2B254) is unknown color: approx Casablanca. HEX triplet: F2, B2 and 54. RGB value is (242,178,84). Sum of RGB (Red+Green+Blue) = 242+178+84=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B254 is #0D4DAB. Grayscale: #BABABA. Windows color (decimal): -871852 or 5550834. OLE color: 5550834.

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

Color convert

RGB24217884-
CMYK00.260.650.05
HSL35.7º85.87%63.92%-
HSV(B)35.7º65.29%94.9%-
XYZ54.1451.3615.45-
YUV186.4270.2167.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 84 (33.20% from 255) = 16.67%
R=48.02%
G=35.32%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421788400.260.650.0535.785.8763.92
HexF2B25401A415245640
Octal362262124032101544126100
Binary11110010101100101010100011010100000110110010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B254; }

 p { color: rgb(242,178,84); }

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

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

 a { background-color: rgb(242,178,84); }

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

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

 span { border-color: rgb(242,178,84); }

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