Html Css Color HEX #FA9253 Crusta

📋 copy color: '#FA9253'

red 250 ◦ green 146 ◦ blue 83

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

Shades of Crusta #FA9253

Tints of Crusta #FA9253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.48%

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

R = 52.19%
G = 30.48%
B = 17.33%

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

#FA9253 (or 0xFA9253) is known color: Crusta. HEX triplet: FA, 92 and 53. RGB value is (250,146,83). Sum of RGB (Red+Green+Blue) = 250+146+83=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9253 is #056DAC. Grayscale: #AAAAAA. Windows color (decimal): -355757 or 5477114. OLE color: 5477114.

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

Color convert

RGB 250 146 83 -
CMYK 0 0.42 0.67 0.02
HSL 22.63º 0.94% 0.65% -
HSV(B) 22.63º 0.67% 0.98% -
XYZ 51.26 41.51 13.49 -
YUV 169.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 250 146 83 0 0.42 0.67 0.02 22.63 0.94 0.65
Hex FA 92 53 0 2A 43 2 17 5E 41
Octal 372 222 123 0 52 103 2 27 136 101
Binary 11111010 10010010 1010011 0 101010 1000011 10 10111 1011110 1000001

Color Harmonies of #FA9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9253

Black with #FA9253

Text Example


Text Example

White with #FA9253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9253; }

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

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

background-color css

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

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

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

border-color css

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

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

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