Html Css Color HEX #FA8F4F Crusta

📋 copy color: '#FA8F4F'

red 250 ◦ green 143 ◦ blue 79

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

Shades of Crusta #FA8F4F

Tints of Crusta #FA8F4F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 79 (31.25% from 255) = 16.74%

R = 52.97%
G = 30.3%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA8F4F (or 0xFA8F4F) is known color: Crusta. HEX triplet: FA, 8F and 4F. RGB value is (250,143,79). Sum of RGB (Red+Green+Blue) = 250+143+79=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F4F is #0570B0. Grayscale: #A8A8A8. Windows color (decimal): -356529 or 5214202. OLE color: 5214202.

HSL color Cylindrical-coordinate representation of color #FA8F4F: hue angle of 22.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA8F4F is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 79 -
CMYK 0 0.43 0.68 0.02
HSL 22.46º 0.94% 0.65% -
HSV(B) 22.46º 0.68% 0.98% -
XYZ 50.66 40.53 12.55 -
YUV 167.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 250 143 79 0 0.43 0.68 0.02 22.46 0.94 0.65
Hex FA 8F 4F 0 2B 44 2 16 5E 41
Octal 372 217 117 0 53 104 2 26 136 101
Binary 11111010 10001111 1001111 0 101011 1000100 10 10110 1011110 1000001

Color Harmonies of #FA8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F4F

Black with #FA8F4F

Text Example


Text Example

White with #FA8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F4F; }

 p { color: rgb(250,143,79); }

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

background-color css

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

 a { background-color: rgb(250,143,79); }

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

border-color css

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

 span { border-color: rgb(250,143,79); }

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