Html Css Color HEX #FC8946 Crusta

📋 copy color: '#FC8946'

red 252 ◦ green 137 ◦ blue 70

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

Shades of Crusta #FC8946

Tints of Crusta #FC8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 54.9%
G = 29.85%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC8946 (or 0xFC8946) is known color: Crusta. HEX triplet: FC, 89 and 46. RGB value is (252,137,70). Sum of RGB (Red+Green+Blue) = 252+137+70=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8946 is #0376B9. Grayscale: #A4A4A4. Windows color (decimal): -227002 or 4622844. OLE color: 4622844.

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

Color convert

RGB 252 137 70 -
CMYK 0 0.46 0.72 0.01
HSL 22.09º 0.97% 0.63% -
HSV(B) 22.09º 0.72% 0.99% -
XYZ 50.2 39.03 10.68 -
YUV 163.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 252 137 70 0 0.46 0.72 0.01 22.09 0.97 0.63
Hex FC 89 46 0 2E 48 1 16 61 3F
Octal 374 211 106 0 56 110 1 26 141 77
Binary 11111100 10001001 1000110 0 101110 1001000 1 10110 1100001 111111

Color Harmonies of #FC8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8946

Black with #FC8946

Text Example


Text Example

White with #FC8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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