Html Css Color HEX #FC8D42 Sea Buckthorn

📋 copy color: '#FC8D42'

red 252 ◦ green 141 ◦ blue 66

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

Shades of Sea Buckthorn #FC8D42

Tints of Sea Buckthorn #FC8D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 54.9%
G = 30.72%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC8D42 (or 0xFC8D42) is known color: Sea Buckthorn. HEX triplet: FC, 8D and 42. RGB value is (252,141,66). Sum of RGB (Red+Green+Blue) = 252+141+66=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D42 is #0372BD. Grayscale: #A6A6A6. Windows color (decimal): -225982 or 4361724. OLE color: 4361724.

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

Color convert

RGB 252 141 66 -
CMYK 0 0.44 0.74 0.01
HSL 24.19º 0.97% 0.62% -
HSV(B) 24.19º 0.74% 0.99% -
XYZ 50.65 40.14 10.23 -
YUV 165.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 252 141 66 0 0.44 0.74 0.01 24.19 0.97 0.62
Hex FC 8D 42 0 2C 4A 1 18 61 3E
Octal 374 215 102 0 54 112 1 30 141 76
Binary 11111100 10001101 1000010 0 101100 1001010 1 11000 1100001 111110

Color Harmonies of #FC8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D42

Black with #FC8D42

Text Example


Text Example

White with #FC8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D42; }

 p { color: rgb(252,141,66); }

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

background-color css

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

 a { background-color: rgb(252,141,66); }

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

border-color css

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

 span { border-color: rgb(252,141,66); }

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