Html Css Color HEX #F27610 Pumpkin

📋 copy color: '#F27610'

red 242 ◦ green 118 ◦ blue 16

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

Shades of Pumpkin #F27610

Tints of Pumpkin #F27610

RGB

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

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

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

R = 64.36%
G = 31.38%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27610 (or 0xF27610) is known color: Pumpkin. HEX triplet: F2, 76 and 10. RGB value is (242,118,16). Sum of RGB (Red+Green+Blue) = 242+118+16=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F27610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27610 is #0D89EF. Grayscale: #8F8F8F. Windows color (decimal): -887280 or 1079026. OLE color: 1079026.

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

Color convert

RGB 242 118 16 -
CMYK 0 0.51 0.93 0.05
HSL 27.08º 0.9% 0.51% -
HSV(B) 27.08º 0.93% 0.95% -
XYZ 43.19 31.87 4.37 -
YUV 143.45 56.08 198.29 -
System Red Green Blue C M Y K H S L
Decimal 242 118 16 0 0.51 0.93 0.05 27.08 0.9 0.51
Hex F2 76 10 0 33 5D 5 1B 5A 33
Octal 362 166 20 0 63 135 5 33 132 63
Binary 11110010 1110110 10000 0 110011 1011101 101 11011 1011010 110011

Color Harmonies of #F27610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27610

Black with #F27610

Text Example


Text Example

White with #F27610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27610; }

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

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

background-color css

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

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

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

border-color css

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

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

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