Html Css Color HEX #F07A19 Pumpkin

📋 copy color: '#F07A19'

red 240 ◦ green 122 ◦ blue 25

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

Shades of Pumpkin #F07A19

Tints of Pumpkin #F07A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.52%

 BLUE value IS 25 (10.16% from 255) = 6.46%

R = 62.02%
G = 31.52%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F07A19 (or 0xF07A19) is known color: Pumpkin. HEX triplet: F0, 7A and 19. RGB value is (240,122,25). Sum of RGB (Red+Green+Blue) = 240+122+25=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07A19 is #0F85E6. Grayscale: #929292. Windows color (decimal): -1017319 or 1669872. OLE color: 1669872.

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

Color convert

RGB 240 122 25 -
CMYK 0 0.49 0.90 0.06
HSL 27.07º 0.88% 0.52% -
HSV(B) 27.07º 0.9% 0.94% -
XYZ 43.07 32.51 4.93 -
YUV 146.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 240 122 25 0 0.49 0.90 0.06 27.07 0.88 0.52
Hex F0 7A 19 0 31 5A 6 1B 58 34
Octal 360 172 31 0 61 132 6 33 130 64
Binary 11110000 1111010 11001 0 110001 1011010 110 11011 1011000 110100

Color Harmonies of #F07A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A19

Black with #F07A19

Text Example


Text Example

White with #F07A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A19; }

 p { color: rgb(240,122,25); }

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

background-color css

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

 a { background-color: rgb(240,122,25); }

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

border-color css

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

 span { border-color: rgb(240,122,25); }

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