Html Css Color HEX #FC761D Pumpkin

📋 copy color: '#FC761D'

red 252 ◦ green 118 ◦ blue 29

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

Shades of Pumpkin #FC761D

Tints of Pumpkin #FC761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.27%

R = 63.16%
G = 29.57%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC761D (or 0xFC761D) is known color: Pumpkin. HEX triplet: FC, 76 and 1D. RGB value is (252,118,29). Sum of RGB (Red+Green+Blue) = 252+118+29=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC761D is #0389E2. Grayscale: #949494. Windows color (decimal): -231907 or 1931004. OLE color: 1931004.

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

Color convert

RGB 252 118 29 -
CMYK 0 0.53 0.88 0.01
HSL 23.95º 0.97% 0.55% -
HSV(B) 23.95º 0.88% 0.99% -
XYZ 46.85 33.74 5.21 -
YUV 147.92 60.89 202.24 -
System Red Green Blue C M Y K H S L
Decimal 252 118 29 0 0.53 0.88 0.01 23.95 0.97 0.55
Hex FC 76 1D 0 35 58 1 18 61 37
Octal 374 166 35 0 65 130 1 30 141 67
Binary 11111100 1110110 11101 0 110101 1011000 1 11000 1100001 110111

Color Harmonies of #FC761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC761D

Black with #FC761D

Text Example


Text Example

White with #FC761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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