Html Css Color HEX #FC812A Pumpkin

📋 copy color: '#FC812A'

red 252 ◦ green 129 ◦ blue 42

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

Shades of Pumpkin #FC812A

Tints of Pumpkin #FC812A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 59.57%
G = 30.5%
B = 9.93%

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

#FC812A (or 0xFC812A) is known color: Pumpkin. HEX triplet: FC, 81 and 2A. RGB value is (252,129,42). Sum of RGB (Red+Green+Blue) = 252+129+42=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC812A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC812A is #037ED5. Grayscale: #9C9C9C. Windows color (decimal): -229078 or 2785788. OLE color: 2785788.

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

Color convert

RGB 252 129 42 -
CMYK 0 0.49 0.83 0.01
HSL 24.86º 0.97% 0.58% -
HSV(B) 24.86º 0.83% 0.99% -
XYZ 48.41 36.56 6.7 -
YUV 155.86 63.75 196.57 -
System Red Green Blue C M Y K H S L
Decimal 252 129 42 0 0.49 0.83 0.01 24.86 0.97 0.58
Hex FC 81 2A 0 31 53 1 19 61 3A
Octal 374 201 52 0 61 123 1 31 141 72
Binary 11111100 10000001 101010 0 110001 1010011 1 11001 1100001 111010

Color Harmonies of #FC812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC812A

Black with #FC812A

Text Example


Text Example

White with #FC812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC812A; }

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

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

background-color css

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

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

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

border-color css

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

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

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