Html Css Color HEX #FC7316 Pumpkin

📋 copy color: '#FC7316'

red 252 ◦ green 115 ◦ blue 22

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

Shades of Pumpkin #FC7316

Tints of Pumpkin #FC7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 64.78%
G = 29.56%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC7316 (or 0xFC7316) is known color: Pumpkin. HEX triplet: FC, 73 and 16. RGB value is (252,115,22). Sum of RGB (Red+Green+Blue) = 252+115+22=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7316 is #038CE9. Grayscale: #919191. Windows color (decimal): -232682 or 1471484. OLE color: 1471484.

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

Color convert

RGB 252 115 22 -
CMYK 0 0.54 0.91 0.01
HSL 24.26º 0.97% 0.54% -
HSV(B) 24.26º 0.91% 0.99% -
XYZ 46.42 33.01 4.68 -
YUV 145.36 58.39 204.06 -
System Red Green Blue C M Y K H S L
Decimal 252 115 22 0 0.54 0.91 0.01 24.26 0.97 0.54
Hex FC 73 16 0 36 5B 1 18 61 36
Octal 374 163 26 0 66 133 1 30 141 66
Binary 11111100 1110011 10110 0 110110 1011011 1 11000 1100001 110110

Color Harmonies of #FC7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7316

Black with #FC7316

Text Example


Text Example

White with #FC7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7316; }

 p { color: rgb(252,115,22); }

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

background-color css

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

 a { background-color: rgb(252,115,22); }

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

border-color css

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

 span { border-color: rgb(252,115,22); }

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