Html Css Color HEX #FA8F4D Crusta

📋 copy color: '#FA8F4D'

red 250 ◦ green 143 ◦ blue 77

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

Shades of Crusta #FA8F4D

Tints of Crusta #FA8F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.38%

R = 53.19%
G = 30.43%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA8F4D (or 0xFA8F4D) is known color: Crusta. HEX triplet: FA, 8F and 4D. RGB value is (250,143,77). Sum of RGB (Red+Green+Blue) = 250+143+77=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F4D is #0570B2. Grayscale: #A7A7A7. Windows color (decimal): -356531 or 5083130. OLE color: 5083130.

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

Color convert

RGB 250 143 77 -
CMYK 0 0.43 0.69 0.02
HSL 22.89º 0.95% 0.64% -
HSV(B) 22.89º 0.69% 0.98% -
XYZ 50.59 40.5 12.17 -
YUV 167.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 250 143 77 0 0.43 0.69 0.02 22.89 0.95 0.64
Hex FA 8F 4D 0 2B 45 2 17 5F 40
Octal 372 217 115 0 53 105 2 27 137 100
Binary 11111010 10001111 1001101 0 101011 1000101 10 10111 1011111 1000000

Color Harmonies of #FA8F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F4D

Black with #FA8F4D

Text Example


Text Example

White with #FA8F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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