Html Css Color HEX #F95E1E Pumpkin

📋 copy color: '#F95E1E'

red 249 ◦ green 94 ◦ blue 30

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

Shades of Pumpkin #F95E1E

Tints of Pumpkin #F95E1E

RGB

 RED value IS 249 (97.66% from 255) = 66.76%

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 66.76%
G = 25.2%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F95E1E (or 0xF95E1E) is known color: Pumpkin. HEX triplet: F9, 5E and 1E. RGB value is (249,94,30). Sum of RGB (Red+Green+Blue) = 249+94+30=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95E1E is #06A1E1. Grayscale: #858585. Windows color (decimal): -434658 or 1990393. OLE color: 1990393.

HSL color Cylindrical-coordinate representation of color #F95E1E: hue angle of 17.53º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F95E1E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 94 30 -
CMYK 0 0.62 0.88 0.02
HSL 17.53º 0.95% 0.55% -
HSV(B) 17.53º 0.88% 0.98% -
XYZ 43.3 28.24 4.4 -
YUV 133.05 69.85 210.7 -
System Red Green Blue C M Y K H S L
Decimal 249 94 30 0 0.62 0.88 0.02 17.53 0.95 0.55
Hex F9 5E 1E 0 3E 58 2 12 5F 37
Octal 371 136 36 0 76 130 2 22 137 67
Binary 11111001 1011110 11110 0 111110 1011000 10 10010 1011111 110111

Color Harmonies of #F95E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95E1E

Black with #F95E1E

Text Example


Text Example

White with #F95E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95E1E; }

 p { color: rgb(249,94,30); }

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

background-color css

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

 a { background-color: rgb(249,94,30); }

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

border-color css

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

 span { border-color: rgb(249,94,30); }

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