Html Css Color HEX #F07119 Pumpkin

📋 copy color: '#F07119'

red 240 ◦ green 113 ◦ blue 25

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

Shades of Pumpkin #F07119

Tints of Pumpkin #F07119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 63.49%
G = 29.89%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F07119 (or 0xF07119) is known color: Pumpkin. HEX triplet: F0, 71 and 19. RGB value is (240,113,25). Sum of RGB (Red+Green+Blue) = 240+113+25=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F07119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07119 is #0F8EE6. Grayscale: #8D8D8D. Windows color (decimal): -1019623 or 1667568. OLE color: 1667568.

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

Color convert

RGB 240 113 25 -
CMYK 0 0.53 0.90 0.06
HSL 24.56º 0.88% 0.52% -
HSV(B) 24.56º 0.9% 0.94% -
XYZ 42.02 30.41 4.57 -
YUV 140.94 62.58 198.66 -
System Red Green Blue C M Y K H S L
Decimal 240 113 25 0 0.53 0.90 0.06 24.56 0.88 0.52
Hex F0 71 19 0 35 5A 6 19 58 34
Octal 360 161 31 0 65 132 6 31 130 64
Binary 11110000 1110001 11001 0 110101 1011010 110 11001 1011000 110100

Color Harmonies of #F07119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07119

Black with #F07119

Text Example


Text Example

White with #F07119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07119; }

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

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

background-color css

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

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

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

border-color css

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

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

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