Html Css Color HEX #F27C1E Pumpkin

📋 copy color: '#F27C1E'

red 242 ◦ green 124 ◦ blue 30

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

Shades of Pumpkin #F27C1E

Tints of Pumpkin #F27C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

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

R = 61.11%
G = 31.31%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F27C1E (or 0xF27C1E) is known color: Pumpkin. HEX triplet: F2, 7C and 1E. RGB value is (242,124,30). Sum of RGB (Red+Green+Blue) = 242+124+30=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C1E is #0D83E1. Grayscale: #959595. Windows color (decimal): -885730 or 1998066. OLE color: 1998066.

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

Color convert

RGB 242 124 30 -
CMYK 0 0.49 0.88 0.05
HSL 26.6º 0.89% 0.53% -
HSV(B) 26.6º 0.88% 0.95% -
XYZ 44.06 33.39 5.35 -
YUV 148.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 242 124 30 0 0.49 0.88 0.05 26.6 0.89 0.53
Hex F2 7C 1E 0 31 58 5 1B 59 35
Octal 362 174 36 0 61 130 5 33 131 65
Binary 11110010 1111100 11110 0 110001 1011000 101 11011 1011001 110101

Color Harmonies of #F27C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C1E

Black with #F27C1E

Text Example


Text Example

White with #F27C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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