Html Css Color HEX #FC730A Pumpkin

📋 copy color: '#FC730A'

red 252 ◦ green 115 ◦ blue 10

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

Shades of Pumpkin #FC730A

Tints of Pumpkin #FC730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 66.84%
G = 30.5%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC730A (or 0xFC730A) is known color: Pumpkin. HEX triplet: FC, 73 and 0A. RGB value is (252,115,10). Sum of RGB (Red+Green+Blue) = 252+115+10=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC730A is #038CF5. Grayscale: #909090. Windows color (decimal): -232694 or 685052. OLE color: 685052.

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

Color convert

RGB 252 115 10 -
CMYK 0 0.54 0.96 0.01
HSL 26.03º 0.98% 0.51% -
HSV(B) 26.03º 0.96% 0.99% -
XYZ 46.33 32.98 4.21 -
YUV 143.99 52.39 205.04 -
System Red Green Blue C M Y K H S L
Decimal 252 115 10 0 0.54 0.96 0.01 26.03 0.98 0.51
Hex FC 73 A 0 36 60 1 1A 62 33
Octal 374 163 12 0 66 140 1 32 142 63
Binary 11111100 1110011 1010 0 110110 1100000 1 11010 1100010 110011

Color Harmonies of #FC730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC730A

Black with #FC730A

Text Example


Text Example

White with #FC730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC730A; }

 p { color: rgb(252,115,10); }

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

background-color css

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

 a { background-color: rgb(252,115,10); }

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

border-color css

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

 span { border-color: rgb(252,115,10); }

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