Html Css Color HEX #F27322 Pumpkin

📋 copy color: '#F27322'

red 242 ◦ green 115 ◦ blue 34

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

Shades of Pumpkin #F27322

Tints of Pumpkin #F27322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

 BLUE value IS 34 (13.67% from 255) = 8.7%

R = 61.89%
G = 29.41%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F27322 (or 0xF27322) is known color: Pumpkin. HEX triplet: F2, 73 and 22. RGB value is (242,115,34). Sum of RGB (Red+Green+Blue) = 242+115+34=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F27322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27322 is #0D8CDD. Grayscale: #909090. Windows color (decimal): -888030 or 2257906. OLE color: 2257906.

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

Color convert

RGB 242 115 34 -
CMYK 0 0.52 0.86 0.05
HSL 23.37º 0.89% 0.54% -
HSV(B) 23.37º 0.86% 0.95% -
XYZ 43.04 31.25 5.28 -
YUV 143.74 66.08 198.09 -
System Red Green Blue C M Y K H S L
Decimal 242 115 34 0 0.52 0.86 0.05 23.37 0.89 0.54
Hex F2 73 22 0 34 56 5 17 59 36
Octal 362 163 42 0 64 126 5 27 131 66
Binary 11110010 1110011 100010 0 110100 1010110 101 10111 1011001 110110

Color Harmonies of #F27322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27322

Black with #F27322

Text Example


Text Example

White with #F27322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27322; }

 p { color: rgb(242,115,34); }

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

background-color css

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

 a { background-color: rgb(242,115,34); }

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

border-color css

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

 span { border-color: rgb(242,115,34); }

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