Html Css Color HEX #F2791E Pumpkin

📋 copy color: '#F2791E'

red 242 ◦ green 121 ◦ blue 30

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

Shades of Pumpkin #F2791E

Tints of Pumpkin #F2791E

RGB

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

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

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

R = 61.58%
G = 30.79%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2791E (or 0xF2791E) is known color: Pumpkin. HEX triplet: F2, 79 and 1E. RGB value is (242,121,30). Sum of RGB (Red+Green+Blue) = 242+121+30=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F2791E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2791E is #0D86E1. Grayscale: #939393. Windows color (decimal): -886498 or 1997298. OLE color: 1997298.

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

Color convert

RGB 242 121 30 -
CMYK 0 0.50 0.88 0.05
HSL 25.75º 0.89% 0.53% -
HSV(B) 25.75º 0.88% 0.95% -
XYZ 43.69 32.65 5.23 -
YUV 146.81 62.09 195.9 -
System Red Green Blue C M Y K H S L
Decimal 242 121 30 0 0.50 0.88 0.05 25.75 0.89 0.53
Hex F2 79 1E 0 32 58 5 1A 59 35
Octal 362 171 36 0 62 130 5 32 131 65
Binary 11110010 1111001 11110 0 110010 1011000 101 11010 1011001 110101

Color Harmonies of #F2791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2791E

Black with #F2791E

Text Example


Text Example

White with #F2791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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