Html Css Color HEX #FC8F4B Sea Buckthorn

📋 copy color: '#FC8F4B'

red 252 ◦ green 143 ◦ blue 75

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

Shades of Sea Buckthorn #FC8F4B

Tints of Sea Buckthorn #FC8F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.96%

R = 53.62%
G = 30.43%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC8F4B (or 0xFC8F4B) is known color: Sea Buckthorn. HEX triplet: FC, 8F and 4B. RGB value is (252,143,75). Sum of RGB (Red+Green+Blue) = 252+143+75=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F4B is #0370B4. Grayscale: #A8A8A8. Windows color (decimal): -225461 or 4952060. OLE color: 4952060.

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

Color convert

RGB 252 143 75 -
CMYK 0 0.43 0.70 0.01
HSL 23.05º 0.97% 0.64% -
HSV(B) 23.05º 0.7% 0.99% -
XYZ 51.24 40.85 11.84 -
YUV 167.84 75.61 188.03 -
System Red Green Blue C M Y K H S L
Decimal 252 143 75 0 0.43 0.70 0.01 23.05 0.97 0.64
Hex FC 8F 4B 0 2B 46 1 17 61 40
Octal 374 217 113 0 53 106 1 27 141 100
Binary 11111100 10001111 1001011 0 101011 1000110 1 10111 1100001 1000000

Color Harmonies of #FC8F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F4B

Black with #FC8F4B

Text Example


Text Example

White with #FC8F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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