Html Css Color HEX #F25F19 Pumpkin

📋 copy color: '#F25F19'

red 242 ◦ green 95 ◦ blue 25

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

Shades of Pumpkin #F25F19

Tints of Pumpkin #F25F19

RGB

 RED value IS 242 (94.92% from 255) = 66.85%

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

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

R = 66.85%
G = 26.24%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F25F19 (or 0xF25F19) is known color: Pumpkin. HEX triplet: F2, 5F and 19. RGB value is (242,95,25). Sum of RGB (Red+Green+Blue) = 242+95+25=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25F19 is #0DA0E6. Grayscale: #838383. Windows color (decimal): -893159 or 1662962. OLE color: 1662962.

HSL color Cylindrical-coordinate representation of color #F25F19: hue angle of 19.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F25F19 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 95 25 -
CMYK 0 0.61 0.90 0.05
HSL 19.35º 0.89% 0.52% -
HSV(B) 19.35º 0.9% 0.95% -
XYZ 40.89 27.13 4 -
YUV 130.97 68.2 207.19 -
System Red Green Blue C M Y K H S L
Decimal 242 95 25 0 0.61 0.90 0.05 19.35 0.89 0.52
Hex F2 5F 19 0 3D 5A 5 13 59 34
Octal 362 137 31 0 75 132 5 23 131 64
Binary 11110010 1011111 11001 0 111101 1011010 101 10011 1011001 110100

Color Harmonies of #F25F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F19

Black with #F25F19

Text Example


Text Example

White with #F25F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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