#F3B05A

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

Shades of Casablanca #F3B05A

Tints of Casablanca #F3B05A

Color information

#F3B05A (or 0xF3B05A) is unknown color: approx Casablanca. HEX triplet: F3, B0 and 5A. RGB value is (243,176,90). Sum of RGB (Red+Green+Blue) = 243+176+90=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B05A is #0C4FA5. Grayscale: #BABABA. Windows color (decimal): -806822 or 5943539. OLE color: 5943539.

HSL color Cylindrical-coordinate representation of color #F3B05A: hue angle of 33.73º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3B05A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24317690-
CMYK00.280.630.05
HSL33.73º86.44%65.29%-
HSV(B)33.73º62.96%95.29%-
XYZ54.3350.8416.62-
YUV186.2373.7168.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=47.74%
G=34.58%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431769000.280.630.0533.7386.4465.29
HexF3B05A01C3F5225641
Octal36326013203477542126101
Binary1111001110110000101101001110011111110110001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B05A; }

 p { color: rgb(243,176,90); }

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

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

 a { background-color: rgb(243,176,90); }

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

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

 span { border-color: rgb(243,176,90); }

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