#F6B24F

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

Shades of Casablanca #F6B24F

Tints of Casablanca #F6B24F

Color information

#F6B24F (or 0xF6B24F) is unknown color: approx Casablanca. HEX triplet: F6, B2 and 4F. RGB value is (246,178,79). Sum of RGB (Red+Green+Blue) = 246+178+79=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B24F is #094DB0. Grayscale: #BBBBBB. Windows color (decimal): -609713 or 5223158. OLE color: 5223158.

HSL color Cylindrical-coordinate representation of color #F6B24F: hue angle of 35.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6B24F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24617879-
CMYK00.280.680.04
HSL35.57º90.27%63.73%-
HSV(B)35.57º67.89%96.47%-
XYZ55.345214.52-
YUV187.0567.03170.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 79 (31.25% from 255) = 15.71%
R=48.91%
G=35.39%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461787900.280.680.0435.5790.2763.73
HexF6B24F01C444245a40
Octal366262117034104444132100
Binary11110110101100101001111011100100010010010010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B24F; }

 p { color: rgb(246,178,79); }

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

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

 a { background-color: rgb(246,178,79); }

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

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

 span { border-color: rgb(246,178,79); }

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