Html Css Color HEX #F2791F Pumpkin

📋 copy color: '#F2791F'

red 242 ◦ green 121 ◦ blue 31

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

Shades of Pumpkin #F2791F

Tints of Pumpkin #F2791F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 61.42%
G = 30.71%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2791F (or 0xF2791F) is known color: Pumpkin. HEX triplet: F2, 79 and 1F. RGB value is (242,121,31). Sum of RGB (Red+Green+Blue) = 242+121+31=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F2791F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2791F is #0D86E0. Grayscale: #939393. Windows color (decimal): -886497 or 2062834. OLE color: 2062834.

HSL color Cylindrical-coordinate representation of color #F2791F: hue angle of 25.59º 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 #F2791F is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 31 -
CMYK 0 0.50 0.87 0.05
HSL 25.59º 0.89% 0.54% -
HSV(B) 25.59º 0.87% 0.95% -
XYZ 43.7 32.65 5.3 -
YUV 146.92 62.59 195.82 -
System Red Green Blue C M Y K H S L
Decimal 242 121 31 0 0.50 0.87 0.05 25.59 0.89 0.54
Hex F2 79 1F 0 32 57 5 1A 59 36
Octal 362 171 37 0 62 127 5 32 131 66
Binary 11110010 1111001 11111 0 110010 1010111 101 11010 1011001 110110

Color Harmonies of #F2791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2791F

Black with #F2791F

Text Example


Text Example

White with #F2791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2791F; }

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

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

background-color css

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

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

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

border-color css

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

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

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