Html Css Color HEX #FC8C46 Sea Buckthorn

📋 copy color: '#FC8C46'

red 252 ◦ green 140 ◦ blue 70

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

Shades of Sea Buckthorn #FC8C46

Tints of Sea Buckthorn #FC8C46

RGB

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

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

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

R = 54.55%
G = 30.3%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC8C46 (or 0xFC8C46) is known color: Sea Buckthorn. HEX triplet: FC, 8C and 46. RGB value is (252,140,70). Sum of RGB (Red+Green+Blue) = 252+140+70=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C46 is #0373B9. Grayscale: #A5A5A5. Windows color (decimal): -226234 or 4623612. OLE color: 4623612.

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

Color convert

RGB 252 140 70 -
CMYK 0 0.44 0.72 0.01
HSL 23.08º 0.97% 0.63% -
HSV(B) 23.08º 0.72% 0.99% -
XYZ 50.63 39.89 10.83 -
YUV 165.51 74.11 189.69 -
System Red Green Blue C M Y K H S L
Decimal 252 140 70 0 0.44 0.72 0.01 23.08 0.97 0.63
Hex FC 8C 46 0 2C 48 1 17 61 3F
Octal 374 214 106 0 54 110 1 27 141 77
Binary 11111100 10001100 1000110 0 101100 1001000 1 10111 1100001 111111

Color Harmonies of #FC8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C46

Black with #FC8C46

Text Example


Text Example

White with #FC8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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