Html Css Color HEX #FA894B Crusta

📋 copy color: '#FA894B'

red 250 ◦ green 137 ◦ blue 75

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

Shades of Crusta #FA894B

Tints of Crusta #FA894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

 BLUE value IS 75 (29.69% from 255) = 16.23%

R = 54.11%
G = 29.65%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA894B (or 0xFA894B) is known color: Crusta. HEX triplet: FA, 89 and 4B. RGB value is (250,137,75). Sum of RGB (Red+Green+Blue) = 250+137+75=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA894B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA894B is #0576B4. Grayscale: #A4A4A4. Windows color (decimal): -358069 or 4950522. OLE color: 4950522.

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

Color convert

RGB 250 137 75 -
CMYK 0 0.45 0.7 0.02
HSL 21.26º 0.95% 0.64% -
HSV(B) 21.26º 0.7% 0.98% -
XYZ 49.64 38.72 11.51 -
YUV 163.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 250 137 75 0 0.45 0.7 0.02 21.26 0.95 0.64
Hex FA 89 4B 0 2D 46 2 15 5F 40
Octal 372 211 113 0 55 106 2 25 137 100
Binary 11111010 10001001 1001011 0 101101 1000110 10 10101 1011111 1000000

Color Harmonies of #FA894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA894B

Black with #FA894B

Text Example


Text Example

White with #FA894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA894B; }

 p { color: rgb(250,137,75); }

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

background-color css

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

 a { background-color: rgb(250,137,75); }

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

border-color css

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

 span { border-color: rgb(250,137,75); }

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