#F4B14E

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

Shades of Casablanca #F4B14E

Tints of Casablanca #F4B14E

Color information

#F4B14E (or 0xF4B14E) is unknown color: approx Casablanca. HEX triplet: F4, B1 and 4E. RGB value is (244,177,78). Sum of RGB (Red+Green+Blue) = 244+177+78=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B14E is #0B4EB1. Grayscale: #BABABA. Windows color (decimal): -741042 or 5157364. OLE color: 5157364.

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

Color convert

RGB24417778-
CMYK00.270.680.04
HSL35.78º88.3%63.14%-
HSV(B)35.78º68.03%95.69%-
XYZ54.4151.2314.23-
YUV185.7567.2169.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.90%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=48.90%
G=35.47%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441777800.270.680.0435.7888.363.14
HexF4B14E01B44424583f
Octal36426111603310444413077
Binary1111010010110001100111001101110001001001001001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B14E; }

 p { color: rgb(244,177,78); }

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

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

 a { background-color: rgb(244,177,78); }

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

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

 span { border-color: rgb(244,177,78); }

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