Html Css Color HEX #FF770D Pumpkin

📋 copy color: '#FF770D'

red 255 ◦ green 119 ◦ blue 13

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

Shades of Pumpkin #FF770D

Tints of Pumpkin #FF770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

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

R = 65.89%
G = 30.75%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF770D (or 0xFF770D) is known color: Pumpkin. HEX triplet: FF, 77 and 0D. RGB value is (255,119,13). Sum of RGB (Red+Green+Blue) = 255+119+13=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF770D is #0088F2. Grayscale: #949494. Windows color (decimal): -35059 or 882687. OLE color: 882687.

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

Color convert

RGB 255 119 13 -
CMYK 0 0.53 0.95 0
HSL 26.28º 1% 0.53% -
HSV(B) 26.28º 0.95% 1% -
XYZ 47.91 34.48 4.51 -
YUV 147.58 52.06 204.62 -
System Red Green Blue C M Y K H S L
Decimal 255 119 13 0 0.53 0.95 0 26.28 1 0.53
Hex FF 77 D 0 35 5F 0 1A 64 35
Octal 377 167 15 0 65 137 0 32 144 65
Binary 11111111 1110111 1101 0 110101 1011111 0 11010 1100100 110101

Color Harmonies of #FF770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF770D

Black with #FF770D

Text Example


Text Example

White with #FF770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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