Html Css Color HEX #FC8F48 Sea Buckthorn

📋 copy color: '#FC8F48'

red 252 ◦ green 143 ◦ blue 72

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

Shades of Sea Buckthorn #FC8F48

Tints of Sea Buckthorn #FC8F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 53.96%
G = 30.62%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC8F48 (or 0xFC8F48) is known color: Sea Buckthorn. HEX triplet: FC, 8F and 48. RGB value is (252,143,72). Sum of RGB (Red+Green+Blue) = 252+143+72=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F48 is #0370B7. Grayscale: #A7A7A7. Windows color (decimal): -225464 or 4755452. OLE color: 4755452.

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

Color convert

RGB 252 143 72 -
CMYK 0 0.43 0.71 0.01
HSL 23.67º 0.97% 0.64% -
HSV(B) 23.67º 0.71% 0.99% -
XYZ 51.14 40.81 11.31 -
YUV 167.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 252 143 72 0 0.43 0.71 0.01 23.67 0.97 0.64
Hex FC 8F 48 0 2B 47 1 18 61 40
Octal 374 217 110 0 53 107 1 30 141 100
Binary 11111100 10001111 1001000 0 101011 1000111 1 11000 1100001 1000000

Color Harmonies of #FC8F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F48

Black with #FC8F48

Text Example


Text Example

White with #FC8F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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