Html Css Color HEX #FC760A Pumpkin

📋 copy color: '#FC760A'

red 252 ◦ green 118 ◦ blue 10

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

Shades of Pumpkin #FC760A

Tints of Pumpkin #FC760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 66.32%
G = 31.05%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC760A (or 0xFC760A) is known color: Pumpkin. HEX triplet: FC, 76 and 0A. RGB value is (252,118,10). Sum of RGB (Red+Green+Blue) = 252+118+10=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC760A is #0389F5. Grayscale: #929292. Windows color (decimal): -231926 or 685820. OLE color: 685820.

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

Color convert

RGB 252 118 10 -
CMYK 0 0.53 0.96 0.01
HSL 26.78º 0.98% 0.51% -
HSV(B) 26.78º 0.96% 0.99% -
XYZ 46.68 33.67 4.33 -
YUV 145.75 51.39 203.78 -
System Red Green Blue C M Y K H S L
Decimal 252 118 10 0 0.53 0.96 0.01 26.78 0.98 0.51
Hex FC 76 A 0 35 60 1 1B 62 33
Octal 374 166 12 0 65 140 1 33 142 63
Binary 11111100 1110110 1010 0 110101 1100000 1 11011 1100010 110011

Color Harmonies of #FC760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC760A

Black with #FC760A

Text Example


Text Example

White with #FC760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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