Html Css Color HEX #F27010 Pumpkin

📋 copy color: '#F27010'

red 242 ◦ green 112 ◦ blue 16

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

Shades of Pumpkin #F27010

Tints of Pumpkin #F27010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 65.41%
G = 30.27%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27010 (or 0xF27010) is known color: Pumpkin. HEX triplet: F2, 70 and 10. RGB value is (242,112,16). Sum of RGB (Red+Green+Blue) = 242+112+16=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F27010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27010 is #0D8FEF. Grayscale: #8C8C8C. Windows color (decimal): -888816 or 1077490. OLE color: 1077490.

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

Color convert

RGB 242 112 16 -
CMYK 0 0.54 0.93 0.05
HSL 25.49º 0.9% 0.51% -
HSV(B) 25.49º 0.93% 0.95% -
XYZ 42.51 30.5 4.14 -
YUV 139.93 58.07 200.81 -
System Red Green Blue C M Y K H S L
Decimal 242 112 16 0 0.54 0.93 0.05 25.49 0.9 0.51
Hex F2 70 10 0 36 5D 5 19 5A 33
Octal 362 160 20 0 66 135 5 31 132 63
Binary 11110010 1110000 10000 0 110110 1011101 101 11001 1011010 110011

Color Harmonies of #F27010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27010

Black with #F27010

Text Example


Text Example

White with #F27010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27010; }

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

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

background-color css

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

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

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

border-color css

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

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

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