#F38B4D

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

Shades of Crusta #F38B4D

Tints of Crusta #F38B4D

Color information

#F38B4D (or 0xF38B4D) is unknown color: approx Crusta. HEX triplet: F3, 8B and 4D. RGB value is (243,139,77). Sum of RGB (Red+Green+Blue) = 243+139+77=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38B4D is #0C74B2. Grayscale: #A3A3A3. Windows color (decimal): -816307 or 5082099. OLE color: 5082099.

HSL color Cylindrical-coordinate representation of color #F38B4D: hue angle of 22.41º 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 #F38B4D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24313977-
CMYK00.430.680.05
HSL22.41º87.37%62.75%-
HSV(B)22.41º68.31%95.29%-
XYZ47.5338.0611.86-
YUV163.0379.46185.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.94%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 77 (30.47% from 255) = 16.78%
R=52.94%
G=30.28%
B=16.78%

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
Decimal2431397700.430.680.0522.4187.3762.75
HexF38B4D02B44516573f
Octal36321311505310452612777
Binary1111001110001011100110101010111000100101101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38B4D; }

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

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

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

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

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

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

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

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