Html Css Color HEX #FC8949 Crusta

📋 copy color: '#FC8949'

red 252 ◦ green 137 ◦ blue 73

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

Shades of Crusta #FC8949

Tints of Crusta #FC8949

RGB

 RED value IS 252 (98.83% from 255) = 54.55%

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

 BLUE value IS 73 (28.91% from 255) = 15.8%

R = 54.55%
G = 29.65%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8949 (or 0xFC8949) is known color: Crusta. HEX triplet: FC, 89 and 49. RGB value is (252,137,73). Sum of RGB (Red+Green+Blue) = 252+137+73=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8949 is #0376B6. Grayscale: #A4A4A4. Windows color (decimal): -226999 or 4819452. OLE color: 4819452.

HSL color Cylindrical-coordinate representation of color #FC8949: hue angle of 21.45º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC8949 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 137 73 -
CMYK 0 0.46 0.71 0.01
HSL 21.45º 0.97% 0.64% -
HSV(B) 21.45º 0.71% 0.99% -
XYZ 50.29 39.07 11.19 -
YUV 164.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 252 137 73 0 0.46 0.71 0.01 21.45 0.97 0.64
Hex FC 89 49 0 2E 47 1 15 61 40
Octal 374 211 111 0 56 107 1 25 141 100
Binary 11111100 10001001 1001001 0 101110 1000111 1 10101 1100001 1000000

Color Harmonies of #FC8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8949

Black with #FC8949

Text Example


Text Example

White with #FC8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8949; }

 p { color: rgb(252,137,73); }

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

background-color css

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

 a { background-color: rgb(252,137,73); }

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

border-color css

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

 span { border-color: rgb(252,137,73); }

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