Html Css Color HEX #F2781E Pumpkin

📋 copy color: '#F2781E'

red 242 ◦ green 120 ◦ blue 30

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

Shades of Pumpkin #F2781E

Tints of Pumpkin #F2781E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 61.73%
G = 30.61%
B = 7.65%

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

#F2781E (or 0xF2781E) is known color: Pumpkin. HEX triplet: F2, 78 and 1E. RGB value is (242,120,30). Sum of RGB (Red+Green+Blue) = 242+120+30=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2781E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2781E is #0D87E1. Grayscale: #929292. Windows color (decimal): -886754 or 1997042. OLE color: 1997042.

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

Color convert

RGB 242 120 30 -
CMYK 0 0.50 0.88 0.05
HSL 25.47º 0.89% 0.53% -
HSV(B) 25.47º 0.88% 0.95% -
XYZ 43.57 32.4 5.19 -
YUV 146.22 62.42 196.32 -
System Red Green Blue C M Y K H S L
Decimal 242 120 30 0 0.50 0.88 0.05 25.47 0.89 0.53
Hex F2 78 1E 0 32 58 5 19 59 35
Octal 362 170 36 0 62 130 5 31 131 65
Binary 11110010 1111000 11110 0 110010 1011000 101 11001 1011001 110101

Color Harmonies of #F2781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2781E

Black with #F2781E

Text Example


Text Example

White with #F2781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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