#F6B74E

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

Shades of Casablanca #F6B74E

Tints of Casablanca #F6B74E

Color information

#F6B74E (or 0xF6B74E) is unknown color: approx Casablanca. HEX triplet: F6, B7 and 4E. RGB value is (246,183,78). Sum of RGB (Red+Green+Blue) = 246+183+78=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B74E is #0948B1. Grayscale: #BEBEBE. Windows color (decimal): -608434 or 5158902. OLE color: 5158902.

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

Color convert

RGB24618378-
CMYK00.260.680.04
HSL37.5º90.32%63.53%-
HSV(B)37.5º68.29%96.47%-
XYZ56.3154.0114.66-
YUV189.8764.87168.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.52%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 78 (30.86% from 255) = 15.38%
R=48.52%
G=36.09%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461837800.260.680.0437.590.3263.53
HexF6B74E01A444265a40
Octal366267116032104446132100
Binary11110110101101111001110011010100010010010011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B74E; }

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

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

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

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

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

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

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

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