#F1A751

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

Shades of Casablanca #F1A751

Tints of Casablanca #F1A751

Color information

#F1A751 (or 0xF1A751) is unknown color: approx Casablanca. HEX triplet: F1, A7 and 51. RGB value is (241,167,81). Sum of RGB (Red+Green+Blue) = 241+167+81=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A751 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A751 is #0E58AE. Grayscale: #B3B3B3. Windows color (decimal): -940207 or 5351409. OLE color: 5351409.

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

Color convert

RGB24116781-
CMYK00.310.660.05
HSL32.25º85.11%63.14%-
HSV(B)32.25º66.39%94.51%-
XYZ51.5846.9314.12-
YUV179.3272.52171.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 81 (32.03% from 255) = 16.56%
R=49.28%
G=34.15%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411678100.310.660.0532.2585.1163.14
HexF1A75101F42520553f
Octal36124712103710254012577
Binary1111000110100111101000101111110000101011000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A751; }

 p { color: rgb(241,167,81); }

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

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

 a { background-color: rgb(241,167,81); }

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

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

 span { border-color: rgb(241,167,81); }

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