Html Css Color HEX #FF780D Pumpkin

📋 copy color: '#FF780D'

red 255 ◦ green 120 ◦ blue 13

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

Shades of Pumpkin #FF780D

Tints of Pumpkin #FF780D

RGB

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

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

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

R = 65.72%
G = 30.93%
B = 3.35%

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

#FF780D (or 0xFF780D) is known color: Pumpkin. HEX triplet: FF, 78 and 0D. RGB value is (255,120,13). Sum of RGB (Red+Green+Blue) = 255+120+13=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF780D is #0087F2. Grayscale: #949494. Windows color (decimal): -34803 or 882943. OLE color: 882943.

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

Color convert

RGB 255 120 13 -
CMYK 0 0.53 0.95 0
HSL 26.53º 1% 0.53% -
HSV(B) 26.53º 0.95% 1% -
XYZ 48.03 34.72 4.55 -
YUV 148.17 51.73 204.2 -
System Red Green Blue C M Y K H S L
Decimal 255 120 13 0 0.53 0.95 0 26.53 1 0.53
Hex FF 78 D 0 35 5F 0 1B 64 35
Octal 377 170 15 0 65 137 0 33 144 65
Binary 11111111 1111000 1101 0 110101 1011111 0 11011 1100100 110101

Color Harmonies of #FF780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF780D

Black with #FF780D

Text Example


Text Example

White with #FF780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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