#F08A4D

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

Shades of Crusta #F08A4D

Tints of Crusta #F08A4D

Color information

#F08A4D (or 0xF08A4D) is unknown color: approx Crusta. HEX triplet: F0, 8A and 4D. RGB value is (240,138,77). Sum of RGB (Red+Green+Blue) = 240+138+77=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A4D is #0F75B2. Grayscale: #A1A1A1. Windows color (decimal): -1013171 or 5081840. OLE color: 5081840.

HSL color Cylindrical-coordinate representation of color #F08A4D: hue angle of 22.45º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F08A4D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24013877-
CMYK00.420.680.06
HSL22.45º84.46%62.16%-
HSV(B)22.45º67.92%94.12%-
XYZ46.3637.2411.77-
YUV161.5480.29183.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=52.75%
G=30.33%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401387700.420.680.0622.4584.4662.16
HexF08A4D02A44616543e
Octal36021211505210462612476
Binary1111000010001010100110101010101000100110101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08A4D; }

 p { color: rgb(240,138,77); }

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

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

 a { background-color: rgb(240,138,77); }

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

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

 span { border-color: rgb(240,138,77); }

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