Html Css Color HEX #FA8D4C Crusta

📋 copy color: '#FA8D4C'

red 250 ◦ green 141 ◦ blue 76

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

Shades of Crusta #FA8D4C

Tints of Crusta #FA8D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

 BLUE value IS 76 (30.08% from 255) = 16.27%

R = 53.53%
G = 30.19%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA8D4C (or 0xFA8D4C) is known color: Crusta. HEX triplet: FA, 8D and 4C. RGB value is (250,141,76). Sum of RGB (Red+Green+Blue) = 250+141+76=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D4C is #0572B3. Grayscale: #A6A6A6. Windows color (decimal): -357044 or 5017082. OLE color: 5017082.

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

Color convert

RGB 250 141 76 -
CMYK 0 0.44 0.70 0.02
HSL 22.41º 0.95% 0.64% -
HSV(B) 22.41º 0.7% 0.98% -
XYZ 50.25 39.9 11.89 -
YUV 166.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 250 141 76 0 0.44 0.70 0.02 22.41 0.95 0.64
Hex FA 8D 4C 0 2C 46 2 16 5F 40
Octal 372 215 114 0 54 106 2 26 137 100
Binary 11111010 10001101 1001100 0 101100 1000110 10 10110 1011111 1000000

Color Harmonies of #FA8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D4C

Black with #FA8D4C

Text Example


Text Example

White with #FA8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D4C; }

 p { color: rgb(250,141,76); }

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

background-color css

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

 a { background-color: rgb(250,141,76); }

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

border-color css

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

 span { border-color: rgb(250,141,76); }

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