Html Css Color HEX #F27116 Pumpkin

📋 copy color: '#F27116'

red 242 ◦ green 113 ◦ blue 22

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

Shades of Pumpkin #F27116

Tints of Pumpkin #F27116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 64.19%
G = 29.97%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F27116 (or 0xF27116) is known color: Pumpkin. HEX triplet: F2, 71 and 16. RGB value is (242,113,22). Sum of RGB (Red+Green+Blue) = 242+113+22=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F27116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27116 is #0D8EE9. Grayscale: #8D8D8D. Windows color (decimal): -888554 or 1470962. OLE color: 1470962.

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

Color convert

RGB 242 113 22 -
CMYK 0 0.53 0.91 0.05
HSL 24.82º 0.89% 0.52% -
HSV(B) 24.82º 0.91% 0.95% -
XYZ 42.67 30.75 4.44 -
YUV 141.2 60.74 199.9 -
System Red Green Blue C M Y K H S L
Decimal 242 113 22 0 0.53 0.91 0.05 24.82 0.89 0.52
Hex F2 71 16 0 35 5B 5 19 59 34
Octal 362 161 26 0 65 133 5 31 131 64
Binary 11110010 1110001 10110 0 110101 1011011 101 11001 1011001 110100

Color Harmonies of #F27116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27116

Black with #F27116

Text Example


Text Example

White with #F27116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27116; }

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

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

background-color css

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

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

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

border-color css

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

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

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