#F1A74D

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

Shades of Casablanca #F1A74D

Tints of Casablanca #F1A74D

Color information

#F1A74D (or 0xF1A74D) is unknown color: approx Casablanca. HEX triplet: F1, A7 and 4D. RGB value is (241,167,77). Sum of RGB (Red+Green+Blue) = 241+167+77=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A74D is #0E58B2. Grayscale: #B3B3B3. Windows color (decimal): -940211 or 5089265. OLE color: 5089265.

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

Color convert

RGB24116777-
CMYK00.310.680.05
HSL32.93º85.42%62.35%-
HSV(B)32.93º68.05%94.51%-
XYZ51.4346.8713.36-
YUV178.8770.52172.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.69%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 77 (30.47% from 255) = 15.88%
R=49.69%
G=34.43%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411677700.310.680.0532.9385.4262.35
HexF1A74D01F44521553e
Octal36124711503710454112576
Binary1111000110100111100110101111110001001011000011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A74D; }

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

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

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

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

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

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

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

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