Html Css Color HEX #FA9251 Crusta

📋 copy color: '#FA9251'

red 250 ◦ green 146 ◦ blue 81

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

Shades of Crusta #FA9251

Tints of Crusta #FA9251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.98%

R = 52.41%
G = 30.61%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA9251 (or 0xFA9251) is known color: Crusta. HEX triplet: FA, 92 and 51. RGB value is (250,146,81). Sum of RGB (Red+Green+Blue) = 250+146+81=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9251 is #056DAE. Grayscale: #AAAAAA. Windows color (decimal): -355759 or 5346042. OLE color: 5346042.

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

Color convert

RGB 250 146 81 -
CMYK 0 0.42 0.68 0.02
HSL 23.08º 0.94% 0.65% -
HSV(B) 23.08º 0.68% 0.98% -
XYZ 51.19 41.48 13.09 -
YUV 169.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 250 146 81 0 0.42 0.68 0.02 23.08 0.94 0.65
Hex FA 92 51 0 2A 44 2 17 5E 41
Octal 372 222 121 0 52 104 2 27 136 101
Binary 11111010 10010010 1010001 0 101010 1000100 10 10111 1011110 1000001

Color Harmonies of #FA9251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9251

Black with #FA9251

Text Example


Text Example

White with #FA9251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9251; }

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

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

background-color css

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

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

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

border-color css

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

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

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