Html Css Color HEX #FC7218 Pumpkin

📋 copy color: '#FC7218'

red 252 ◦ green 114 ◦ blue 24

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

Shades of Pumpkin #FC7218

Tints of Pumpkin #FC7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 64.62%
G = 29.23%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7218 (or 0xFC7218) is known color: Pumpkin. HEX triplet: FC, 72 and 18. RGB value is (252,114,24). Sum of RGB (Red+Green+Blue) = 252+114+24=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7218 is #038DE7. Grayscale: #919191. Windows color (decimal): -232936 or 1602300. OLE color: 1602300.

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

Color convert

RGB 252 114 24 -
CMYK 0 0.55 0.90 0.01
HSL 23.68º 0.97% 0.54% -
HSV(B) 23.68º 0.9% 0.99% -
XYZ 46.33 32.8 4.75 -
YUV 145 59.72 204.32 -
System Red Green Blue C M Y K H S L
Decimal 252 114 24 0 0.55 0.90 0.01 23.68 0.97 0.54
Hex FC 72 18 0 37 5A 1 18 61 36
Octal 374 162 30 0 67 132 1 30 141 66
Binary 11111100 1110010 11000 0 110111 1011010 1 11000 1100001 110110

Color Harmonies of #FC7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7218

Black with #FC7218

Text Example


Text Example

White with #FC7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7218; }

 p { color: rgb(252,114,24); }

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

background-color css

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

 a { background-color: rgb(252,114,24); }

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

border-color css

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

 span { border-color: rgb(252,114,24); }

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