Html Css Color HEX #F55F19 Pumpkin

📋 copy color: '#F55F19'

red 245 ◦ green 95 ◦ blue 25

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

Shades of Pumpkin #F55F19

Tints of Pumpkin #F55F19

RGB

 RED value IS 245 (96.09% from 255) = 67.12%

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 67.12%
G = 26.03%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F55F19 (or 0xF55F19) is known color: Pumpkin. HEX triplet: F5, 5F and 19. RGB value is (245,95,25). Sum of RGB (Red+Green+Blue) = 245+95+25=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F19 is #0AA0E6. Grayscale: #848484. Windows color (decimal): -696551 or 1662965. OLE color: 1662965.

HSL color Cylindrical-coordinate representation of color #F55F19: hue angle of 19.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F55F19 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 95 25 -
CMYK 0 0.61 0.90 0.04
HSL 19.09º 0.92% 0.53% -
HSV(B) 19.09º 0.9% 0.96% -
XYZ 41.92 27.67 4.05 -
YUV 131.87 67.7 208.69 -
System Red Green Blue C M Y K H S L
Decimal 245 95 25 0 0.61 0.90 0.04 19.09 0.92 0.53
Hex F5 5F 19 0 3D 5A 4 13 5C 35
Octal 365 137 31 0 75 132 4 23 134 65
Binary 11110101 1011111 11001 0 111101 1011010 100 10011 1011100 110101

Color Harmonies of #F55F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F19

Black with #F55F19

Text Example


Text Example

White with #F55F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F19; }

 p { color: rgb(245,95,25); }

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

background-color css

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

 a { background-color: rgb(245,95,25); }

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

border-color css

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

 span { border-color: rgb(245,95,25); }

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