Html Css Color HEX #FF7514 Pumpkin

📋 copy color: '#FF7514'

red 255 ◦ green 117 ◦ blue 20

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

Shades of Pumpkin #FF7514

Tints of Pumpkin #FF7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 65.05%
G = 29.85%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF7514 (or 0xFF7514) is known color: Pumpkin. HEX triplet: FF, 75 and 14. RGB value is (255,117,20). Sum of RGB (Red+Green+Blue) = 255+117+20=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7514 is #008AEB. Grayscale: #939393. Windows color (decimal): -35564 or 1340927. OLE color: 1340927.

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

Color convert

RGB 255 117 20 -
CMYK 0 0.54 0.92 0
HSL 24.77º 1% 0.54% -
HSV(B) 24.77º 0.92% 1% -
XYZ 47.73 34.03 4.72 -
YUV 147.2 56.22 204.89 -
System Red Green Blue C M Y K H S L
Decimal 255 117 20 0 0.54 0.92 0 24.77 1 0.54
Hex FF 75 14 0 36 5C 0 19 64 36
Octal 377 165 24 0 66 134 0 31 144 66
Binary 11111111 1110101 10100 0 110110 1011100 0 11001 1100100 110110

Color Harmonies of #FF7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7514

Black with #FF7514

Text Example


Text Example

White with #FF7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7514; }

 p { color: rgb(255,117,20); }

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

background-color css

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

 a { background-color: rgb(255,117,20); }

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

border-color css

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

 span { border-color: rgb(255,117,20); }

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