Html Css Color HEX #F07E17 Pumpkin

📋 copy color: '#F07E17'

red 240 ◦ green 126 ◦ blue 23

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

Shades of Pumpkin #F07E17

Tints of Pumpkin #F07E17

RGB

 RED value IS 240 (94.14% from 255) = 61.7%

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 61.7%
G = 32.39%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F07E17 (or 0xF07E17) is known color: Pumpkin. HEX triplet: F0, 7E and 17. RGB value is (240,126,23). Sum of RGB (Red+Green+Blue) = 240+126+23=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E17 is #0F81E8. Grayscale: #949494. Windows color (decimal): -1016297 or 1539824. OLE color: 1539824.

HSL color Cylindrical-coordinate representation of color #F07E17: hue angle of 28.48º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F07E17 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 23 -
CMYK 0 0.48 0.90 0.06
HSL 28.48º 0.88% 0.52% -
HSV(B) 28.48º 0.9% 0.94% -
XYZ 43.55 33.51 4.98 -
YUV 148.34 57.27 193.38 -
System Red Green Blue C M Y K H S L
Decimal 240 126 23 0 0.48 0.90 0.06 28.48 0.88 0.52
Hex F0 7E 17 0 30 5A 6 1C 58 34
Octal 360 176 27 0 60 132 6 34 130 64
Binary 11110000 1111110 10111 0 110000 1011010 110 11100 1011000 110100

Color Harmonies of #F07E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E17

Black with #F07E17

Text Example


Text Example

White with #F07E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E17; }

 p { color: rgb(240,126,23); }

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

background-color css

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

 a { background-color: rgb(240,126,23); }

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

border-color css

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

 span { border-color: rgb(240,126,23); }

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