Html Css Color HEX #FF780E Pumpkin

📋 copy color: '#FF780E'

red 255 ◦ green 120 ◦ blue 14

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

Shades of Pumpkin #FF780E

Tints of Pumpkin #FF780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 65.55%
G = 30.85%
B = 3.6%

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

#FF780E (or 0xFF780E) is known color: Pumpkin. HEX triplet: FF, 78 and 0E. RGB value is (255,120,14). Sum of RGB (Red+Green+Blue) = 255+120+14=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF780E is #0087F1. Grayscale: #949494. Windows color (decimal): -34802 or 948479. OLE color: 948479.

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

Color convert

RGB 255 120 14 -
CMYK 0 0.53 0.95 0
HSL 26.39º 1% 0.53% -
HSV(B) 26.39º 0.95% 1% -
XYZ 48.04 34.72 4.59 -
YUV 148.28 52.23 204.12 -
System Red Green Blue C M Y K H S L
Decimal 255 120 14 0 0.53 0.95 0 26.39 1 0.53
Hex FF 78 E 0 35 5F 0 1A 64 35
Octal 377 170 16 0 65 137 0 32 144 65
Binary 11111111 1111000 1110 0 110101 1011111 0 11010 1100100 110101

Color Harmonies of #FF780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF780E

Black with #FF780E

Text Example


Text Example

White with #FF780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF780E; }

 p { color: rgb(255,120,14); }

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

background-color css

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

 a { background-color: rgb(255,120,14); }

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

border-color css

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

 span { border-color: rgb(255,120,14); }

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