Html Css Color HEX #F27410 Pumpkin

📋 copy color: '#F27410'

red 242 ◦ green 116 ◦ blue 16

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

Shades of Pumpkin #F27410

Tints of Pumpkin #F27410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 64.71%
G = 31.02%
B = 4.28%

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

#F27410 (or 0xF27410) is known color: Pumpkin. HEX triplet: F2, 74 and 10. RGB value is (242,116,16). Sum of RGB (Red+Green+Blue) = 242+116+16=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F27410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27410 is #0D8BEF. Grayscale: #8E8E8E. Windows color (decimal): -887792 or 1078514. OLE color: 1078514.

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

Color convert

RGB 242 116 16 -
CMYK 0 0.52 0.93 0.05
HSL 26.55º 0.9% 0.51% -
HSV(B) 26.55º 0.93% 0.95% -
XYZ 42.96 31.41 4.29 -
YUV 142.27 56.74 199.13 -
System Red Green Blue C M Y K H S L
Decimal 242 116 16 0 0.52 0.93 0.05 26.55 0.9 0.51
Hex F2 74 10 0 34 5D 5 1B 5A 33
Octal 362 164 20 0 64 135 5 33 132 63
Binary 11110010 1110100 10000 0 110100 1011101 101 11011 1011010 110011

Color Harmonies of #F27410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27410

Black with #F27410

Text Example


Text Example

White with #F27410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27410; }

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

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

background-color css

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

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

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

border-color css

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

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

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