Html Css Color HEX #F27614 Pumpkin

📋 copy color: '#F27614'

red 242 ◦ green 118 ◦ blue 20

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

Shades of Pumpkin #F27614

Tints of Pumpkin #F27614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 63.68%
G = 31.05%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F27614 (or 0xF27614) is known color: Pumpkin. HEX triplet: F2, 76 and 14. RGB value is (242,118,20). Sum of RGB (Red+Green+Blue) = 242+118+20=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F27614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27614 is #0D89EB. Grayscale: #909090. Windows color (decimal): -887276 or 1341170. OLE color: 1341170.

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

Color convert

RGB 242 118 20 -
CMYK 0 0.51 0.92 0.05
HSL 26.49º 0.9% 0.51% -
HSV(B) 26.49º 0.92% 0.95% -
XYZ 43.22 31.88 4.54 -
YUV 143.9 58.08 197.97 -
System Red Green Blue C M Y K H S L
Decimal 242 118 20 0 0.51 0.92 0.05 26.49 0.9 0.51
Hex F2 76 14 0 33 5C 5 1A 5A 33
Octal 362 166 24 0 63 134 5 32 132 63
Binary 11110010 1110110 10100 0 110011 1011100 101 11010 1011010 110011

Color Harmonies of #F27614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27614

Black with #F27614

Text Example


Text Example

White with #F27614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27614; }

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

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

background-color css

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

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

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

border-color css

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

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

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