Html Css Color HEX #F2641F Pumpkin

📋 copy color: '#F2641F'

red 242 ◦ green 100 ◦ blue 31

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

Shades of Pumpkin #F2641F

Tints of Pumpkin #F2641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

 BLUE value IS 31 (12.5% from 255) = 8.31%

R = 64.88%
G = 26.81%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2641F (or 0xF2641F) is known color: Pumpkin. HEX triplet: F2, 64 and 1F. RGB value is (242,100,31). Sum of RGB (Red+Green+Blue) = 242+100+31=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2641F is #0D9BE0. Grayscale: #878787. Windows color (decimal): -891873 or 2057458. OLE color: 2057458.

HSL color Cylindrical-coordinate representation of color #F2641F: hue angle of 19.62º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2641F is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 31 -
CMYK 0 0.59 0.87 0.05
HSL 19.62º 0.89% 0.54% -
HSV(B) 19.62º 0.87% 0.95% -
XYZ 41.42 28.09 4.54 -
YUV 134.59 69.54 204.61 -
System Red Green Blue C M Y K H S L
Decimal 242 100 31 0 0.59 0.87 0.05 19.62 0.89 0.54
Hex F2 64 1F 0 3B 57 5 14 59 36
Octal 362 144 37 0 73 127 5 24 131 66
Binary 11110010 1100100 11111 0 111011 1010111 101 10100 1011001 110110

Color Harmonies of #F2641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2641F

Black with #F2641F

Text Example


Text Example

White with #F2641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2641F; }

 p { color: rgb(242,100,31); }

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

background-color css

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

 a { background-color: rgb(242,100,31); }

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

border-color css

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

 span { border-color: rgb(242,100,31); }

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