Html Css Color HEX #FF770F Pumpkin

📋 copy color: '#FF770F'

red 255 ◦ green 119 ◦ blue 15

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

Shades of Pumpkin #FF770F

Tints of Pumpkin #FF770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.86%

R = 65.55%
G = 30.59%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF770F (or 0xFF770F) is known color: Pumpkin. HEX triplet: FF, 77 and 0F. RGB value is (255,119,15). Sum of RGB (Red+Green+Blue) = 255+119+15=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF770F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF770F is #0088F0. Grayscale: #949494. Windows color (decimal): -35057 or 1013759. OLE color: 1013759.

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

Color convert

RGB 255 119 15 -
CMYK 0 0.53 0.94 0
HSL 26º 1% 0.53% -
HSV(B) 26º 0.94% 1% -
XYZ 47.92 34.49 4.58 -
YUV 147.81 53.06 204.46 -
System Red Green Blue C M Y K H S L
Decimal 255 119 15 0 0.53 0.94 0 26 1 0.53
Hex FF 77 F 0 35 5E 0 1A 64 35
Octal 377 167 17 0 65 136 0 32 144 65
Binary 11111111 1110111 1111 0 110101 1011110 0 11010 1100100 110101

Color Harmonies of #FF770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF770F

Black with #FF770F

Text Example


Text Example

White with #FF770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF770F; }

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

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

background-color css

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

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

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

border-color css

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

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

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