Html Css Color HEX #FC841B Pumpkin

📋 copy color: '#FC841B'

red 252 ◦ green 132 ◦ blue 27

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

Shades of Pumpkin #FC841B

Tints of Pumpkin #FC841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

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

R = 61.31%
G = 32.12%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC841B (or 0xFC841B) is known color: Pumpkin. HEX triplet: FC, 84 and 1B. RGB value is (252,132,27). Sum of RGB (Red+Green+Blue) = 252+132+27=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC841B is #037BE4. Grayscale: #9C9C9C. Windows color (decimal): -228325 or 1803516. OLE color: 1803516.

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

Color convert

RGB 252 132 27 -
CMYK 0 0.48 0.89 0.01
HSL 28º 0.97% 0.55% -
HSV(B) 28º 0.89% 0.99% -
XYZ 48.59 37.28 5.67 -
YUV 155.91 55.26 196.54 -
System Red Green Blue C M Y K H S L
Decimal 252 132 27 0 0.48 0.89 0.01 28 0.97 0.55
Hex FC 84 1B 0 30 59 1 1C 61 37
Octal 374 204 33 0 60 131 1 34 141 67
Binary 11111100 10000100 11011 0 110000 1011001 1 11100 1100001 110111

Color Harmonies of #FC841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC841B

Black with #FC841B

Text Example


Text Example

White with #FC841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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