#F6B84E

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

Shades of Casablanca #F6B84E

Tints of Casablanca #F6B84E

Color information

#F6B84E (or 0xF6B84E) is unknown color: approx Casablanca. HEX triplet: F6, B8 and 4E. RGB value is (246,184,78). Sum of RGB (Red+Green+Blue) = 246+184+78=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B84E is #0947B1. Grayscale: #BEBEBE. Windows color (decimal): -608178 or 5159158. OLE color: 5159158.

HSL color Cylindrical-coordinate representation of color #F6B84E: hue angle of 37.86º 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 #F6B84E is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24618478-
CMYK00.250.680.04
HSL37.86º90.32%63.53%-
HSV(B)37.86º68.29%96.47%-
XYZ56.5254.4214.73-
YUV190.4564.54167.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.43%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 78 (30.86% from 255) = 15.35%
R=48.43%
G=36.22%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461847800.250.680.0437.8690.3263.53
HexF6B84E019444265a40
Octal366270116031104446132100
Binary11110110101110001001110011001100010010010011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B84E; }

 p { color: rgb(246,184,78); }

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

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

 a { background-color: rgb(246,184,78); }

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

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

 span { border-color: rgb(246,184,78); }

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