Html Css Color HEX #FE720F Pumpkin

📋 copy color: '#FE720F'

red 254 ◦ green 114 ◦ blue 15

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

Shades of Pumpkin #FE720F

Tints of Pumpkin #FE720F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

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

R = 66.32%
G = 29.77%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE720F (or 0xFE720F) is known color: Pumpkin. HEX triplet: FE, 72 and 0F. RGB value is (254,114,15). Sum of RGB (Red+Green+Blue) = 254+114+15=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE720F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE720F is #018DF0. Grayscale: #919191. Windows color (decimal): -101873 or 1012478. OLE color: 1012478.

HSL color Cylindrical-coordinate representation of color #FE720F: hue angle of 24.85º 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 #FE720F is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 114 15 -
CMYK 0 0.55 0.94 0.00
HSL 24.85º 0.99% 0.53% -
HSV(B) 24.85º 0.94% 1% -
XYZ 46.98 33.14 4.37 -
YUV 144.57 54.88 206.05 -
System Red Green Blue C M Y K H S L
Decimal 254 114 15 0 0.55 0.94 0.00 24.85 0.99 0.53
Hex FE 72 F 0 37 5E 0 19 63 35
Octal 376 162 17 0 67 136 0 31 143 65
Binary 11111110 1110010 1111 0 110111 1011110 0 11001 1100011 110101

Color Harmonies of #FE720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE720F

Black with #FE720F

Text Example


Text Example

White with #FE720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE720F; }

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

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

background-color css

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

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

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

border-color css

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

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

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