Html Css Color HEX #F27114 Pumpkin

📋 copy color: '#F27114'

red 242 ◦ green 113 ◦ blue 20

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

Shades of Pumpkin #F27114

Tints of Pumpkin #F27114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 64.53%
G = 30.13%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F27114 (or 0xF27114) is known color: Pumpkin. HEX triplet: F2, 71 and 14. RGB value is (242,113,20). Sum of RGB (Red+Green+Blue) = 242+113+20=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F27114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27114 is #0D8EEB. Grayscale: #8D8D8D. Windows color (decimal): -888556 or 1339890. OLE color: 1339890.

HSL color Cylindrical-coordinate representation of color #F27114: hue angle of 25.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F27114 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 20 -
CMYK 0 0.53 0.92 0.05
HSL 25.14º 0.9% 0.51% -
HSV(B) 25.14º 0.92% 0.95% -
XYZ 42.65 30.74 4.35 -
YUV 140.97 59.74 200.06 -
System Red Green Blue C M Y K H S L
Decimal 242 113 20 0 0.53 0.92 0.05 25.14 0.9 0.51
Hex F2 71 14 0 35 5C 5 19 5A 33
Octal 362 161 24 0 65 134 5 31 132 63
Binary 11110010 1110001 10100 0 110101 1011100 101 11001 1011010 110011

Color Harmonies of #F27114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27114

Black with #F27114

Text Example


Text Example

White with #F27114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27114; }

 p { color: rgb(242,113,20); }

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

background-color css

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

 a { background-color: rgb(242,113,20); }

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

border-color css

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

 span { border-color: rgb(242,113,20); }

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