Html Css Color HEX #F27310 Pumpkin

📋 copy color: '#F27310'

red 242 ◦ green 115 ◦ blue 16

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

Shades of Pumpkin #F27310

Tints of Pumpkin #F27310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.83%

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 64.88%
G = 30.83%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27310 (or 0xF27310) is known color: Pumpkin. HEX triplet: F2, 73 and 10. RGB value is (242,115,16). Sum of RGB (Red+Green+Blue) = 242+115+16=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F27310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27310 is #0D8CEF. Grayscale: #8E8E8E. Windows color (decimal): -888048 or 1078258. OLE color: 1078258.

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

Color convert

RGB 242 115 16 -
CMYK 0 0.52 0.93 0.05
HSL 26.28º 0.9% 0.51% -
HSV(B) 26.28º 0.93% 0.95% -
XYZ 42.84 31.18 4.25 -
YUV 141.69 57.08 199.55 -
System Red Green Blue C M Y K H S L
Decimal 242 115 16 0 0.52 0.93 0.05 26.28 0.9 0.51
Hex F2 73 10 0 34 5D 5 1A 5A 33
Octal 362 163 20 0 64 135 5 32 132 63
Binary 11110010 1110011 10000 0 110100 1011101 101 11010 1011010 110011

Color Harmonies of #F27310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27310

Black with #F27310

Text Example


Text Example

White with #F27310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27310; }

 p { color: rgb(242,115,16); }

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

background-color css

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

 a { background-color: rgb(242,115,16); }

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

border-color css

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

 span { border-color: rgb(242,115,16); }

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