Html Css Color HEX #FF761C Pumpkin

📋 copy color: '#FF761C'

red 255 ◦ green 118 ◦ blue 28

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

Shades of Pumpkin #FF761C

Tints of Pumpkin #FF761C

RGB

 RED value IS 255 (100% from 255) = 63.59%

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

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

R = 63.59%
G = 29.43%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF761C (or 0xFF761C) is known color: Pumpkin. HEX triplet: FF, 76 and 1C. RGB value is (255,118,28). Sum of RGB (Red+Green+Blue) = 255+118+28=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF761C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF761C is #0089E3. Grayscale: #959595. Windows color (decimal): -35300 or 1865471. OLE color: 1865471.

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

Color convert

RGB 255 118 28 -
CMYK 0 0.54 0.89 0
HSL 23.79º 1% 0.55% -
HSV(B) 23.79º 0.89% 1% -
XYZ 47.93 34.3 5.19 -
YUV 148.7 59.89 203.82 -
System Red Green Blue C M Y K H S L
Decimal 255 118 28 0 0.54 0.89 0 23.79 1 0.55
Hex FF 76 1C 0 36 59 0 18 64 37
Octal 377 166 34 0 66 131 0 30 144 67
Binary 11111111 1110110 11100 0 110110 1011001 0 11000 1100100 110111

Color Harmonies of #FF761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF761C

Black with #FF761C

Text Example


Text Example

White with #FF761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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