#F6B754

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

Shades of Casablanca #F6B754

Tints of Casablanca #F6B754

Color information

#F6B754 (or 0xF6B754) is unknown color: approx Casablanca. HEX triplet: F6, B7 and 54. RGB value is (246,183,84). Sum of RGB (Red+Green+Blue) = 246+183+84=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B754 is #0948AB. Grayscale: #BFBFBF. Windows color (decimal): -608428 or 5552118. OLE color: 5552118.

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

Color convert

RGB24618384-
CMYK00.260.660.04
HSL36.67º90%64.71%-
HSV(B)36.67º65.85%96.47%-
XYZ56.5454.115.85-
YUV190.5567.87167.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.95%
GREEN value IS 183 (71.88% from 255) = 35.67%
BLUE value IS 84 (33.20% from 255) = 16.37%
R=47.95%
G=35.67%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461838400.260.660.0436.679064.71
HexF6B75401A424255a41
Octal366267124032102445132101
Binary11110110101101111010100011010100001010010010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B754; }

 p { color: rgb(246,183,84); }

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

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

 a { background-color: rgb(246,183,84); }

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

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

 span { border-color: rgb(246,183,84); }

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