Html Css Color HEX #FC851B Pumpkin

📋 copy color: '#FC851B'

red 252 ◦ green 133 ◦ blue 27

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

Shades of Pumpkin #FC851B

Tints of Pumpkin #FC851B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 61.17%
G = 32.28%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC851B (or 0xFC851B) is known color: Pumpkin. HEX triplet: FC, 85 and 1B. RGB value is (252,133,27). Sum of RGB (Red+Green+Blue) = 252+133+27=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC851B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC851B is #037AE4. Grayscale: #9D9D9D. Windows color (decimal): -228069 or 1803772. OLE color: 1803772.

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

Color convert

RGB 252 133 27 -
CMYK 0 0.47 0.89 0.01
HSL 28.27º 0.97% 0.55% -
HSV(B) 28.27º 0.89% 0.99% -
XYZ 48.73 37.55 5.72 -
YUV 156.5 54.92 196.12 -
System Red Green Blue C M Y K H S L
Decimal 252 133 27 0 0.47 0.89 0.01 28.27 0.97 0.55
Hex FC 85 1B 0 2F 59 1 1C 61 37
Octal 374 205 33 0 57 131 1 34 141 67
Binary 11111100 10000101 11011 0 101111 1011001 1 11100 1100001 110111

Color Harmonies of #FC851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC851B

Black with #FC851B

Text Example


Text Example

White with #FC851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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