Html Css Color HEX #FA885A Crusta

📋 copy color: '#FA885A'

red 250 ◦ green 136 ◦ blue 90

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

Shades of Crusta #FA885A

Tints of Crusta #FA885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 52.52%
G = 28.57%
B = 18.91%

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

#FA885A (or 0xFA885A) is known color: Crusta. HEX triplet: FA, 88 and 5A. RGB value is (250,136,90). Sum of RGB (Red+Green+Blue) = 250+136+90=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA885A is #0577A5. Grayscale: #A5A5A5. Windows color (decimal): -358310 or 5933306. OLE color: 5933306.

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

Color convert

RGB 250 136 90 -
CMYK 0 0.46 0.64 0.02
HSL 17.25º 0.94% 0.67% -
HSV(B) 17.25º 0.64% 0.98% -
XYZ 50.07 38.67 14.5 -
YUV 164.84 85.77 188.74 -
System Red Green Blue C M Y K H S L
Decimal 250 136 90 0 0.46 0.64 0.02 17.25 0.94 0.67
Hex FA 88 5A 0 2E 40 2 11 5E 43
Octal 372 210 132 0 56 100 2 21 136 103
Binary 11111010 10001000 1011010 0 101110 1000000 10 10001 1011110 1000011

Color Harmonies of #FA885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA885A

Black with #FA885A

Text Example


Text Example

White with #FA885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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