Html Css Color HEX #FC8D4A Crusta

📋 copy color: '#FC8D4A'

red 252 ◦ green 141 ◦ blue 74

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

Shades of Crusta #FC8D4A

Tints of Crusta #FC8D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 53.96%
G = 30.19%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8D4A (or 0xFC8D4A) is known color: Crusta. HEX triplet: FC, 8D and 4A. RGB value is (252,141,74). Sum of RGB (Red+Green+Blue) = 252+141+74=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D4A is #0372B5. Grayscale: #A6A6A6. Windows color (decimal): -225974 or 4886012. OLE color: 4886012.

HSL color Cylindrical-coordinate representation of color #FC8D4A: hue angle of 22.58º 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 #FC8D4A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 141 74 -
CMYK 0 0.44 0.71 0.01
HSL 22.58º 0.97% 0.64% -
HSV(B) 22.58º 0.71% 0.99% -
XYZ 50.91 40.24 11.56 -
YUV 166.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 252 141 74 0 0.44 0.71 0.01 22.58 0.97 0.64
Hex FC 8D 4A 0 2C 47 1 17 61 40
Octal 374 215 112 0 54 107 1 27 141 100
Binary 11111100 10001101 1001010 0 101100 1000111 1 10111 1100001 1000000

Color Harmonies of #FC8D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D4A

Black with #FC8D4A

Text Example


Text Example

White with #FC8D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D4A; }

 p { color: rgb(252,141,74); }

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

background-color css

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

 a { background-color: rgb(252,141,74); }

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

border-color css

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

 span { border-color: rgb(252,141,74); }

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