Html Css Color HEX #FA8F52 Crusta

📋 copy color: '#FA8F52'

red 250 ◦ green 143 ◦ blue 82

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

Shades of Crusta #FA8F52

Tints of Crusta #FA8F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 52.63%
G = 30.11%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA8F52 (or 0xFA8F52) is known color: Crusta. HEX triplet: FA, 8F and 52. RGB value is (250,143,82). Sum of RGB (Red+Green+Blue) = 250+143+82=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F52 is #0570AD. Grayscale: #A8A8A8. Windows color (decimal): -356526 or 5410810. OLE color: 5410810.

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

Color convert

RGB 250 143 82 -
CMYK 0 0.43 0.67 0.02
HSL 21.79º 0.94% 0.65% -
HSV(B) 21.79º 0.67% 0.98% -
XYZ 50.77 40.58 13.14 -
YUV 168.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 250 143 82 0 0.43 0.67 0.02 21.79 0.94 0.65
Hex FA 8F 52 0 2B 43 2 16 5E 41
Octal 372 217 122 0 53 103 2 26 136 101
Binary 11111010 10001111 1010010 0 101011 1000011 10 10110 1011110 1000001

Color Harmonies of #FA8F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F52

Black with #FA8F52

Text Example


Text Example

White with #FA8F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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