Html Css Color HEX #FA8C48 Crusta

📋 copy color: '#FA8C48'

red 250 ◦ green 140 ◦ blue 72

#FA8C48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #FA8C48

Tints of Crusta #FA8C48

RGB

 RED value IS 250 (98.05% from 255) = 54.11%

 GREEN value IS 140 (55.08% from 255) = 30.3%

 BLUE value IS 72 (28.52% from 255) = 15.58%

R = 54.11%
G = 30.3%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA8C48 (or 0xFA8C48) is known color: Crusta. HEX triplet: FA, 8C and 48. RGB value is (250,140,72). Sum of RGB (Red+Green+Blue) = 250+140+72=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C48 is #0573B7. Grayscale: #A5A5A5. Windows color (decimal): -357304 or 4754682. OLE color: 4754682.

HSL color Cylindrical-coordinate representation of color #FA8C48: hue angle of 22.92º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA8C48 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 140 72 -
CMYK 0 0.44 0.71 0.02
HSL 22.92º 0.95% 0.63% -
HSV(B) 22.92º 0.71% 0.98% -
XYZ 49.97 39.55 11.13 -
YUV 165.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 250 140 72 0 0.44 0.71 0.02 22.92 0.95 0.63
Hex FA 8C 48 0 2C 47 2 17 5F 3F
Octal 372 214 110 0 54 107 2 27 137 77
Binary 11111010 10001100 1001000 0 101100 1000111 10 10111 1011111 111111

Color Harmonies of #FA8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C48

Black with #FA8C48

Text Example


Text Example

White with #FA8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C48; }

 p { color: rgb(250,140,72); }

 H1.HeaderClassName
 {
   color: #FA8C48;
 }
 .AnyTagClassName
 {
   color: #FA8C48;
 }
</style>

background-color css

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

 a { background-color: rgb(250,140,72); }

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

border-color css

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

 span { border-color: rgb(250,140,72); }

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