Html Css Color HEX #FC8F45 Sea Buckthorn

📋 copy color: '#FC8F45'

red 252 ◦ green 143 ◦ blue 69

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

Shades of Sea Buckthorn #FC8F45

Tints of Sea Buckthorn #FC8F45

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

 BLUE value IS 69 (27.34% from 255) = 14.87%

R = 54.31%
G = 30.82%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC8F45 (or 0xFC8F45) is known color: Sea Buckthorn. HEX triplet: FC, 8F and 45. RGB value is (252,143,69). Sum of RGB (Red+Green+Blue) = 252+143+69=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F45 is #0370BA. Grayscale: #A7A7A7. Windows color (decimal): -225467 or 4558844. OLE color: 4558844.

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

Color convert

RGB 252 143 69 -
CMYK 0 0.43 0.73 0.01
HSL 24.26º 0.97% 0.63% -
HSV(B) 24.26º 0.73% 0.99% -
XYZ 51.04 40.77 10.81 -
YUV 167.16 72.61 188.52 -
System Red Green Blue C M Y K H S L
Decimal 252 143 69 0 0.43 0.73 0.01 24.26 0.97 0.63
Hex FC 8F 45 0 2B 49 1 18 61 3F
Octal 374 217 105 0 53 111 1 30 141 77
Binary 11111100 10001111 1000101 0 101011 1001001 1 11000 1100001 111111

Color Harmonies of #FC8F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F45

Black with #FC8F45

Text Example


Text Example

White with #FC8F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F45; }

 p { color: rgb(252,143,69); }

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

background-color css

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

 a { background-color: rgb(252,143,69); }

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

border-color css

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

 span { border-color: rgb(252,143,69); }

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