Html Css Color HEX #FA885B Crusta

📋 copy color: '#FA885B'

red 250 ◦ green 136 ◦ blue 91

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

Shades of Crusta #FA885B

Tints of Crusta #FA885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 52.41%
G = 28.51%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA885B (or 0xFA885B) is known color: Crusta. HEX triplet: FA, 88 and 5B. RGB value is (250,136,91). Sum of RGB (Red+Green+Blue) = 250+136+91=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA885B is #0577A4. Grayscale: #A5A5A5. Windows color (decimal): -358309 or 5998842. OLE color: 5998842.

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

Color convert

RGB 250 136 91 -
CMYK 0 0.46 0.64 0.02
HSL 16.98º 0.94% 0.67% -
HSV(B) 16.98º 0.64% 0.98% -
XYZ 50.12 38.69 14.72 -
YUV 164.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 250 136 91 0 0.46 0.64 0.02 16.98 0.94 0.67
Hex FA 88 5B 0 2E 40 2 11 5E 43
Octal 372 210 133 0 56 100 2 21 136 103
Binary 11111010 10001000 1011011 0 101110 1000000 10 10001 1011110 1000011

Color Harmonies of #FA885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA885B

Black with #FA885B

Text Example


Text Example

White with #FA885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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