Html Css Color HEX #FA9053 Crusta

📋 copy color: '#FA9053'

red 250 ◦ green 144 ◦ blue 83

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

Shades of Crusta #FA9053

Tints of Crusta #FA9053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.19%

 BLUE value IS 83 (32.81% from 255) = 17.4%

R = 52.41%
G = 30.19%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA9053 (or 0xFA9053) is known color: Crusta. HEX triplet: FA, 90 and 53. RGB value is (250,144,83). Sum of RGB (Red+Green+Blue) = 250+144+83=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9053 is #056FAC. Grayscale: #A9A9A9. Windows color (decimal): -356269 or 5476602. OLE color: 5476602.

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

Color convert

RGB 250 144 83 -
CMYK 0 0.42 0.67 0.02
HSL 21.92º 0.94% 0.65% -
HSV(B) 21.92º 0.67% 0.98% -
XYZ 50.96 40.9 13.39 -
YUV 168.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 250 144 83 0 0.42 0.67 0.02 21.92 0.94 0.65
Hex FA 90 53 0 2A 43 2 16 5E 41
Octal 372 220 123 0 52 103 2 26 136 101
Binary 11111010 10010000 1010011 0 101010 1000011 10 10110 1011110 1000001

Color Harmonies of #FA9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9053

Black with #FA9053

Text Example


Text Example

White with #FA9053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9053; }

 p { color: rgb(250,144,83); }

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

background-color css

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

 a { background-color: rgb(250,144,83); }

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

border-color css

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

 span { border-color: rgb(250,144,83); }

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