Html Css Color HEX #F06119 Pumpkin

📋 copy color: '#F06119'

red 240 ◦ green 97 ◦ blue 25

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

Shades of Pumpkin #F06119

Tints of Pumpkin #F06119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 66.3%
G = 26.8%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F06119 (or 0xF06119) is known color: Pumpkin. HEX triplet: F0, 61 and 19. RGB value is (240,97,25). Sum of RGB (Red+Green+Blue) = 240+97+25=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06119 is #0F9EE6. Grayscale: #838383. Windows color (decimal): -1023719 or 1663472. OLE color: 1663472.

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

Color convert

RGB 240 97 25 -
CMYK 0 0.60 0.90 0.06
HSL 20.09º 0.88% 0.52% -
HSV(B) 20.09º 0.9% 0.94% -
XYZ 40.39 27.14 4.03 -
YUV 131.55 67.88 205.35 -
System Red Green Blue C M Y K H S L
Decimal 240 97 25 0 0.60 0.90 0.06 20.09 0.88 0.52
Hex F0 61 19 0 3C 5A 6 14 58 34
Octal 360 141 31 0 74 132 6 24 130 64
Binary 11110000 1100001 11001 0 111100 1011010 110 10100 1011000 110100

Color Harmonies of #F06119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06119

Black with #F06119

Text Example


Text Example

White with #F06119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06119; }

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

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

background-color css

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

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

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

border-color css

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

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

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