Html Css Color HEX #FA8949 Crusta

📋 copy color: '#FA8949'

red 250 ◦ green 137 ◦ blue 73

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

Shades of Crusta #FA8949

Tints of Crusta #FA8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

 BLUE value IS 73 (28.91% from 255) = 15.87%

R = 54.35%
G = 29.78%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA8949 (or 0xFA8949) is known color: Crusta. HEX triplet: FA, 89 and 49. RGB value is (250,137,73). Sum of RGB (Red+Green+Blue) = 250+137+73=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8949 is #0576B6. Grayscale: #A3A3A3. Windows color (decimal): -358071 or 4819450. OLE color: 4819450.

HSL color Cylindrical-coordinate representation of color #FA8949: hue angle of 21.69º 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 #FA8949 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 137 73 -
CMYK 0 0.45 0.71 0.02
HSL 21.69º 0.95% 0.63% -
HSV(B) 21.69º 0.71% 0.98% -
XYZ 49.57 38.7 11.16 -
YUV 163.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 250 137 73 0 0.45 0.71 0.02 21.69 0.95 0.63
Hex FA 89 49 0 2D 47 2 16 5F 3F
Octal 372 211 111 0 55 107 2 26 137 77
Binary 11111010 10001001 1001001 0 101101 1000111 10 10110 1011111 111111

Color Harmonies of #FA8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8949

Black with #FA8949

Text Example


Text Example

White with #FA8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8949; }

 p { color: rgb(250,137,73); }

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

background-color css

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

 a { background-color: rgb(250,137,73); }

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

border-color css

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

 span { border-color: rgb(250,137,73); }

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