Html Css Color HEX #FC761C Pumpkin

📋 copy color: '#FC761C'

red 252 ◦ green 118 ◦ blue 28

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

Shades of Pumpkin #FC761C

Tints of Pumpkin #FC761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.04%

R = 63.32%
G = 29.65%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC761C (or 0xFC761C) is known color: Pumpkin. HEX triplet: FC, 76 and 1C. RGB value is (252,118,28). Sum of RGB (Red+Green+Blue) = 252+118+28=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC761C is #0389E3. Grayscale: #949494. Windows color (decimal): -231908 or 1865468. OLE color: 1865468.

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

Color convert

RGB 252 118 28 -
CMYK 0 0.53 0.89 0.01
HSL 24.11º 0.97% 0.55% -
HSV(B) 24.11º 0.89% 0.99% -
XYZ 46.83 33.74 5.14 -
YUV 147.81 60.39 202.32 -
System Red Green Blue C M Y K H S L
Decimal 252 118 28 0 0.53 0.89 0.01 24.11 0.97 0.55
Hex FC 76 1C 0 35 59 1 18 61 37
Octal 374 166 34 0 65 131 1 30 141 67
Binary 11111100 1110110 11100 0 110101 1011001 1 11000 1100001 110111

Color Harmonies of #FC761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC761C

Black with #FC761C

Text Example


Text Example

White with #FC761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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