Html Css Color HEX #FC851D Pumpkin

📋 copy color: '#FC851D'

red 252 ◦ green 133 ◦ blue 29

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

Shades of Pumpkin #FC851D

Tints of Pumpkin #FC851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

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

R = 60.87%
G = 32.13%
B = 7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC851D (or 0xFC851D) is known color: Pumpkin. HEX triplet: FC, 85 and 1D. RGB value is (252,133,29). Sum of RGB (Red+Green+Blue) = 252+133+29=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC851D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC851D is #037AE2. Grayscale: #9D9D9D. Windows color (decimal): -228067 or 1934844. OLE color: 1934844.

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

Color convert

RGB 252 133 29 -
CMYK 0 0.47 0.88 0.01
HSL 27.98º 0.97% 0.55% -
HSV(B) 27.98º 0.88% 0.99% -
XYZ 48.75 37.56 5.84 -
YUV 156.73 55.92 195.96 -
System Red Green Blue C M Y K H S L
Decimal 252 133 29 0 0.47 0.88 0.01 27.98 0.97 0.55
Hex FC 85 1D 0 2F 58 1 1C 61 37
Octal 374 205 35 0 57 130 1 34 141 67
Binary 11111100 10000101 11101 0 101111 1011000 1 11100 1100001 110111

Color Harmonies of #FC851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC851D

Black with #FC851D

Text Example


Text Example

White with #FC851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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