Html Css Color HEX #FC8C4C Crusta

📋 copy color: '#FC8C4C'

red 252 ◦ green 140 ◦ blue 76

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

Shades of Crusta #FC8C4C

Tints of Crusta #FC8C4C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

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

R = 53.85%
G = 29.91%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC8C4C (or 0xFC8C4C) is known color: Crusta. HEX triplet: FC, 8C and 4C. RGB value is (252,140,76). Sum of RGB (Red+Green+Blue) = 252+140+76=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C4C is #0373B3. Grayscale: #A6A6A6. Windows color (decimal): -226228 or 5016828. OLE color: 5016828.

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

Color convert

RGB 252 140 76 -
CMYK 0 0.44 0.70 0.01
HSL 21.82º 0.97% 0.64% -
HSV(B) 21.82º 0.7% 0.99% -
XYZ 50.83 39.97 11.87 -
YUV 166.19 77.11 189.2 -
System Red Green Blue C M Y K H S L
Decimal 252 140 76 0 0.44 0.70 0.01 21.82 0.97 0.64
Hex FC 8C 4C 0 2C 46 1 16 61 40
Octal 374 214 114 0 54 106 1 26 141 100
Binary 11111100 10001100 1001100 0 101100 1000110 1 10110 1100001 1000000

Color Harmonies of #FC8C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C4C

Black with #FC8C4C

Text Example


Text Example

White with #FC8C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C4C; }

 p { color: rgb(252,140,76); }

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

background-color css

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

 a { background-color: rgb(252,140,76); }

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

border-color css

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

 span { border-color: rgb(252,140,76); }

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