Html Css Color HEX #FE780F Pumpkin

📋 copy color: '#FE780F'

red 254 ◦ green 120 ◦ blue 15

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

Shades of Pumpkin #FE780F

Tints of Pumpkin #FE780F

RGB

 RED value IS 254 (99.61% from 255) = 65.3%

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

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

R = 65.3%
G = 30.85%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE780F (or 0xFE780F) is known color: Pumpkin. HEX triplet: FE, 78 and 0F. RGB value is (254,120,15). Sum of RGB (Red+Green+Blue) = 254+120+15=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE780F is #0187F0. Grayscale: #949494. Windows color (decimal): -100337 or 1014014. OLE color: 1014014.

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

Color convert

RGB 254 120 15 -
CMYK 0 0.53 0.94 0.00
HSL 26.36º 0.99% 0.53% -
HSV(B) 26.36º 0.94% 1% -
XYZ 47.68 34.54 4.61 -
YUV 148.1 52.89 203.54 -
System Red Green Blue C M Y K H S L
Decimal 254 120 15 0 0.53 0.94 0.00 26.36 0.99 0.53
Hex FE 78 F 0 35 5E 0 1A 63 35
Octal 376 170 17 0 65 136 0 32 143 65
Binary 11111110 1111000 1111 0 110101 1011110 0 11010 1100011 110101

Color Harmonies of #FE780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE780F

Black with #FE780F

Text Example


Text Example

White with #FE780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE780F; }

 p { color: rgb(254,120,15); }

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

background-color css

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

 a { background-color: rgb(254,120,15); }

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

border-color css

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

 span { border-color: rgb(254,120,15); }

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