Html Css Color HEX #F27E1E Pumpkin

📋 copy color: '#F27E1E'

red 242 ◦ green 126 ◦ blue 30

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

Shades of Pumpkin #F27E1E

Tints of Pumpkin #F27E1E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 60.8%
G = 31.66%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F27E1E (or 0xF27E1E) is known color: Pumpkin. HEX triplet: F2, 7E and 1E. RGB value is (242,126,30). Sum of RGB (Red+Green+Blue) = 242+126+30=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27E1E is #0D81E1. Grayscale: #969696. Windows color (decimal): -885218 or 1998578. OLE color: 1998578.

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

Color convert

RGB 242 126 30 -
CMYK 0 0.48 0.88 0.05
HSL 27.17º 0.89% 0.53% -
HSV(B) 27.17º 0.88% 0.95% -
XYZ 44.31 33.89 5.43 -
YUV 149.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 242 126 30 0 0.48 0.88 0.05 27.17 0.89 0.53
Hex F2 7E 1E 0 30 58 5 1B 59 35
Octal 362 176 36 0 60 130 5 33 131 65
Binary 11110010 1111110 11110 0 110000 1011000 101 11011 1011001 110101

Color Harmonies of #F27E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E1E

Black with #F27E1E

Text Example


Text Example

White with #F27E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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