Html Css Color HEX #F2791C Pumpkin

📋 copy color: '#F2791C'

red 242 ◦ green 121 ◦ blue 28

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

Shades of Pumpkin #F2791C

Tints of Pumpkin #F2791C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 61.89%
G = 30.95%
B = 7.16%

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

#F2791C (or 0xF2791C) is known color: Pumpkin. HEX triplet: F2, 79 and 1C. RGB value is (242,121,28). Sum of RGB (Red+Green+Blue) = 242+121+28=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2791C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2791C is #0D86E3. Grayscale: #939393. Windows color (decimal): -886500 or 1866226. OLE color: 1866226.

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

Color convert

RGB 242 121 28 -
CMYK 0 0.50 0.88 0.05
HSL 26.07º 0.89% 0.53% -
HSV(B) 26.07º 0.88% 0.95% -
XYZ 43.66 32.64 5.1 -
YUV 146.58 61.09 196.06 -
System Red Green Blue C M Y K H S L
Decimal 242 121 28 0 0.50 0.88 0.05 26.07 0.89 0.53
Hex F2 79 1C 0 32 58 5 1A 59 35
Octal 362 171 34 0 62 130 5 32 131 65
Binary 11110010 1111001 11100 0 110010 1011000 101 11010 1011001 110101

Color Harmonies of #F2791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2791C

Black with #F2791C

Text Example


Text Example

White with #F2791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2791C; }

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

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

background-color css

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

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

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

border-color css

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

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

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