Html Css Color HEX #FA874C Crusta

📋 copy color: '#FA874C'

red 250 ◦ green 135 ◦ blue 76

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

Shades of Crusta #FA874C

Tints of Crusta #FA874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

 BLUE value IS 76 (30.08% from 255) = 16.49%

R = 54.23%
G = 29.28%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA874C (or 0xFA874C) is known color: Crusta. HEX triplet: FA, 87 and 4C. RGB value is (250,135,76). Sum of RGB (Red+Green+Blue) = 250+135+76=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA874C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA874C is #0578B3. Grayscale: #A3A3A3. Windows color (decimal): -358580 or 5015546. OLE color: 5015546.

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

Color convert

RGB 250 135 76 -
CMYK 0 0.46 0.70 0.02
HSL 20.34º 0.95% 0.64% -
HSV(B) 20.34º 0.7% 0.98% -
XYZ 49.39 38.17 11.6 -
YUV 162.66 79.1 190.3 -
System Red Green Blue C M Y K H S L
Decimal 250 135 76 0 0.46 0.70 0.02 20.34 0.95 0.64
Hex FA 87 4C 0 2E 46 2 14 5F 40
Octal 372 207 114 0 56 106 2 24 137 100
Binary 11111010 10000111 1001100 0 101110 1000110 10 10100 1011111 1000000

Color Harmonies of #FA874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA874C

Black with #FA874C

Text Example


Text Example

White with #FA874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA874C; }

 p { color: rgb(250,135,76); }

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

background-color css

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

 a { background-color: rgb(250,135,76); }

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

border-color css

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

 span { border-color: rgb(250,135,76); }

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