Html Css Color HEX #FF760D Pumpkin

📋 copy color: '#FF760D'

red 255 ◦ green 118 ◦ blue 13

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

Shades of Pumpkin #FF760D

Tints of Pumpkin #FF760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 66.06%
G = 30.57%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF760D (or 0xFF760D) is known color: Pumpkin. HEX triplet: FF, 76 and 0D. RGB value is (255,118,13). Sum of RGB (Red+Green+Blue) = 255+118+13=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF760D is #0089F2. Grayscale: #939393. Windows color (decimal): -35315 or 882431. OLE color: 882431.

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

Color convert

RGB 255 118 13 -
CMYK 0 0.54 0.95 0
HSL 26.03º 1% 0.53% -
HSV(B) 26.03º 0.95% 1% -
XYZ 47.79 34.25 4.47 -
YUV 146.99 52.39 205.04 -
System Red Green Blue C M Y K H S L
Decimal 255 118 13 0 0.54 0.95 0 26.03 1 0.53
Hex FF 76 D 0 36 5F 0 1A 64 35
Octal 377 166 15 0 66 137 0 32 144 65
Binary 11111111 1110110 1101 0 110110 1011111 0 11010 1100100 110101

Color Harmonies of #FF760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF760D

Black with #FF760D

Text Example


Text Example

White with #FF760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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