Html Css Color HEX #FC802A Pumpkin

📋 copy color: '#FC802A'

red 252 ◦ green 128 ◦ blue 42

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

Shades of Pumpkin #FC802A

Tints of Pumpkin #FC802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

 BLUE value IS 42 (16.8% from 255) = 9.95%

R = 59.72%
G = 30.33%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC802A (or 0xFC802A) is known color: Pumpkin. HEX triplet: FC, 80 and 2A. RGB value is (252,128,42). Sum of RGB (Red+Green+Blue) = 252+128+42=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC802A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC802A is #037FD5. Grayscale: #9B9B9B. Windows color (decimal): -229334 or 2785532. OLE color: 2785532.

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

Color convert

RGB 252 128 42 -
CMYK 0 0.49 0.83 0.01
HSL 24.57º 0.97% 0.58% -
HSV(B) 24.57º 0.83% 0.99% -
XYZ 48.28 36.3 6.65 -
YUV 155.27 64.08 196.99 -
System Red Green Blue C M Y K H S L
Decimal 252 128 42 0 0.49 0.83 0.01 24.57 0.97 0.58
Hex FC 80 2A 0 31 53 1 19 61 3A
Octal 374 200 52 0 61 123 1 31 141 72
Binary 11111100 10000000 101010 0 110001 1010011 1 11001 1100001 111010

Color Harmonies of #FC802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC802A

Black with #FC802A

Text Example


Text Example

White with #FC802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC802A; }

 p { color: rgb(252,128,42); }

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

background-color css

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

 a { background-color: rgb(252,128,42); }

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

border-color css

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

 span { border-color: rgb(252,128,42); }

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