Html Css Color HEX #F07E18 Pumpkin

📋 copy color: '#F07E18'

red 240 ◦ green 126 ◦ blue 24

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

Shades of Pumpkin #F07E18

Tints of Pumpkin #F07E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 61.54%
G = 32.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F07E18 (or 0xF07E18) is known color: Pumpkin. HEX triplet: F0, 7E and 18. RGB value is (240,126,24). Sum of RGB (Red+Green+Blue) = 240+126+24=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E18 is #0F81E7. Grayscale: #949494. Windows color (decimal): -1016296 or 1605360. OLE color: 1605360.

HSL color Cylindrical-coordinate representation of color #F07E18: hue angle of 28.33º 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 #F07E18 is Cyan = 0, Magento = 0.48, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 24 -
CMYK 0 0.48 0.9 0.06
HSL 28.33º 0.88% 0.52% -
HSV(B) 28.33º 0.9% 0.94% -
XYZ 43.56 33.51 5.04 -
YUV 148.46 57.77 193.29 -
System Red Green Blue C M Y K H S L
Decimal 240 126 24 0 0.48 0.9 0.06 28.33 0.88 0.52
Hex F0 7E 18 0 30 5A 6 1C 58 34
Octal 360 176 30 0 60 132 6 34 130 64
Binary 11110000 1111110 11000 0 110000 1011010 110 11100 1011000 110100

Color Harmonies of #F07E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E18

Black with #F07E18

Text Example


Text Example

White with #F07E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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