Html Css Color HEX #FA885E Crusta

📋 copy color: '#FA885E'

red 250 ◦ green 136 ◦ blue 94

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

Shades of Crusta #FA885E

Tints of Crusta #FA885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

 BLUE value IS 94 (37.11% from 255) = 19.58%

R = 52.08%
G = 28.33%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA885E (or 0xFA885E) is known color: Crusta. HEX triplet: FA, 88 and 5E. RGB value is (250,136,94). Sum of RGB (Red+Green+Blue) = 250+136+94=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA885E is #0577A1. Grayscale: #A5A5A5. Windows color (decimal): -358306 or 6195450. OLE color: 6195450.

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

Color convert

RGB 250 136 94 -
CMYK 0 0.46 0.62 0.02
HSL 16.15º 0.94% 0.67% -
HSV(B) 16.15º 0.62% 0.98% -
XYZ 50.25 38.74 15.42 -
YUV 165.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 250 136 94 0 0.46 0.62 0.02 16.15 0.94 0.67
Hex FA 88 5E 0 2E 3E 2 10 5E 43
Octal 372 210 136 0 56 76 2 20 136 103
Binary 11111010 10001000 1011110 0 101110 111110 10 10000 1011110 1000011

Color Harmonies of #FA885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA885E

Black with #FA885E

Text Example


Text Example

White with #FA885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA885E; }

 p { color: rgb(250,136,94); }

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

background-color css

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

 a { background-color: rgb(250,136,94); }

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

border-color css

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

 span { border-color: rgb(250,136,94); }

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