#F4B35C

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

Shades of Casablanca #F4B35C

Tints of Casablanca #F4B35C

Color information

#F4B35C (or 0xF4B35C) is unknown color: approx Casablanca. HEX triplet: F4, B3 and 5C. RGB value is (244,179,92). Sum of RGB (Red+Green+Blue) = 244+179+92=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B35C is #0B4CA3. Grayscale: #BCBCBC. Windows color (decimal): -740516 or 6075380. OLE color: 6075380.

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

Color convert

RGB24417992-
CMYK00.270.620.04
HSL34.34º87.36%65.88%-
HSV(B)34.34º62.3%95.69%-
XYZ55.3652.2517.29-
YUV188.5273.53167.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.38%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=47.38%
G=34.76%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441799200.270.620.0434.3487.3665.88
HexF4B35C01B3E4225742
Octal36426313403376442127102
Binary1111010010110011101110001101111111010010001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B35C; }

 p { color: rgb(244,179,92); }

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

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

 a { background-color: rgb(244,179,92); }

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

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

 span { border-color: rgb(244,179,92); }

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