Html Css Color HEX #FC820F Pumpkin

📋 copy color: '#FC820F'

red 252 ◦ green 130 ◦ blue 15

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

Shades of Pumpkin #FC820F

Tints of Pumpkin #FC820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

 BLUE value IS 15 (6.25% from 255) = 3.78%

R = 63.48%
G = 32.75%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC820F (or 0xFC820F) is known color: Pumpkin. HEX triplet: FC, 82 and 0F. RGB value is (252,130,15). Sum of RGB (Red+Green+Blue) = 252+130+15=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC820F is #037DF0. Grayscale: #999999. Windows color (decimal): -228849 or 1016572. OLE color: 1016572.

HSL color Cylindrical-coordinate representation of color #FC820F: hue angle of 29.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC820F is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 130 15 -
CMYK 0 0.48 0.94 0.01
HSL 29.11º 0.98% 0.52% -
HSV(B) 29.11º 0.94% 0.99% -
XYZ 48.21 36.7 4.99 -
YUV 153.37 49.92 198.35 -
System Red Green Blue C M Y K H S L
Decimal 252 130 15 0 0.48 0.94 0.01 29.11 0.98 0.52
Hex FC 82 F 0 30 5E 1 1D 62 34
Octal 374 202 17 0 60 136 1 35 142 64
Binary 11111100 10000010 1111 0 110000 1011110 1 11101 1100010 110100

Color Harmonies of #FC820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC820F

Black with #FC820F

Text Example


Text Example

White with #FC820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC820F; }

 p { color: rgb(252,130,15); }

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

background-color css

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

 a { background-color: rgb(252,130,15); }

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

border-color css

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

 span { border-color: rgb(252,130,15); }

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