Html Css Color HEX #FC641D Pumpkin

📋 copy color: '#FC641D'

red 252 ◦ green 100 ◦ blue 29

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

Shades of Pumpkin #FC641D

Tints of Pumpkin #FC641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 66.14%
G = 26.25%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC641D (or 0xFC641D) is known color: Pumpkin. HEX triplet: FC, 64 and 1D. RGB value is (252,100,29). Sum of RGB (Red+Green+Blue) = 252+100+29=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC641D is #039BE2. Grayscale: #898989. Windows color (decimal): -236515 or 1926396. OLE color: 1926396.

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

Color convert

RGB 252 100 29 -
CMYK 0 0.60 0.88 0.01
HSL 19.1º 0.97% 0.55% -
HSV(B) 19.1º 0.88% 0.99% -
XYZ 44.92 29.9 4.57 -
YUV 137.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 252 100 29 0 0.60 0.88 0.01 19.1 0.97 0.55
Hex FC 64 1D 0 3C 58 1 13 61 37
Octal 374 144 35 0 74 130 1 23 141 67
Binary 11111100 1100100 11101 0 111100 1011000 1 10011 1100001 110111

Color Harmonies of #FC641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC641D

Black with #FC641D

Text Example


Text Example

White with #FC641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC641D; }

 p { color: rgb(252,100,29); }

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

background-color css

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

 a { background-color: rgb(252,100,29); }

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

border-color css

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

 span { border-color: rgb(252,100,29); }

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