Html Css Color HEX #FC810F Pumpkin

📋 copy color: '#FC810F'

red 252 ◦ green 129 ◦ blue 15

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

Shades of Pumpkin #FC810F

Tints of Pumpkin #FC810F

RGB

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

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

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

R = 63.64%
G = 32.58%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC810F (or 0xFC810F) is known color: Pumpkin. HEX triplet: FC, 81 and 0F. RGB value is (252,129,15). Sum of RGB (Red+Green+Blue) = 252+129+15=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC810F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC810F is #037EF0. Grayscale: #999999. Windows color (decimal): -229105 or 1016316. OLE color: 1016316.

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

Color convert

RGB 252 129 15 -
CMYK 0 0.49 0.94 0.01
HSL 28.86º 0.98% 0.52% -
HSV(B) 28.86º 0.94% 0.99% -
XYZ 48.08 36.43 4.95 -
YUV 152.78 50.25 198.77 -
System Red Green Blue C M Y K H S L
Decimal 252 129 15 0 0.49 0.94 0.01 28.86 0.98 0.52
Hex FC 81 F 0 31 5E 1 1D 62 34
Octal 374 201 17 0 61 136 1 35 142 64
Binary 11111100 10000001 1111 0 110001 1011110 1 11101 1100010 110100

Color Harmonies of #FC810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC810F

Black with #FC810F

Text Example


Text Example

White with #FC810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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