#F38A4D

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

Shades of Crusta #F38A4D

Tints of Crusta #F38A4D

Color information

#F38A4D (or 0xF38A4D) is unknown color: approx Crusta. HEX triplet: F3, 8A and 4D. RGB value is (243,138,77). Sum of RGB (Red+Green+Blue) = 243+138+77=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38A4D is #0C75B2. Grayscale: #A2A2A2. Windows color (decimal): -816563 or 5081843. OLE color: 5081843.

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

Color convert

RGB24313877-
CMYK00.430.680.05
HSL22.05º87.37%62.75%-
HSV(B)22.05º68.31%95.29%-
XYZ47.3937.7711.81-
YUV162.4479.79185.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.06%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 77 (30.47% from 255) = 16.81%
R=53.06%
G=30.13%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431387700.430.680.0522.0587.3762.75
HexF38A4D02B44516573f
Octal36321211505310452612777
Binary1111001110001010100110101010111000100101101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38A4D; }

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

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

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

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

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

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

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

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