Html Css Color HEX #F07E22 Pumpkin

📋 copy color: '#F07E22'

red 240 ◦ green 126 ◦ blue 34

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

Shades of Pumpkin #F07E22

Tints of Pumpkin #F07E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.5%

R = 60%
G = 31.5%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F07E22 (or 0xF07E22) is known color: Pumpkin. HEX triplet: F0, 7E and 22. RGB value is (240,126,34). Sum of RGB (Red+Green+Blue) = 240+126+34=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E22 is #0F81DD. Grayscale: #969696. Windows color (decimal): -1016286 or 2260720. OLE color: 2260720.

HSL color Cylindrical-coordinate representation of color #F07E22: hue angle of 26.8º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F07E22 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 34 -
CMYK 0 0.48 0.86 0.06
HSL 26.8º 0.87% 0.54% -
HSV(B) 26.8º 0.86% 0.94% -
XYZ 43.68 33.56 5.69 -
YUV 149.6 62.77 192.48 -
System Red Green Blue C M Y K H S L
Decimal 240 126 34 0 0.48 0.86 0.06 26.8 0.87 0.54
Hex F0 7E 22 0 30 56 6 1B 57 36
Octal 360 176 42 0 60 126 6 33 127 66
Binary 11110000 1111110 100010 0 110000 1010110 110 11011 1010111 110110

Color Harmonies of #F07E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E22

Black with #F07E22

Text Example


Text Example

White with #F07E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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