Html Css Color HEX #F26117 Pumpkin

📋 copy color: '#F26117'

red 242 ◦ green 97 ◦ blue 23

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

Shades of Pumpkin #F26117

Tints of Pumpkin #F26117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 66.85%
G = 26.8%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F26117 (or 0xF26117) is known color: Pumpkin. HEX triplet: F2, 61 and 17. RGB value is (242,97,23). Sum of RGB (Red+Green+Blue) = 242+97+23=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26117 is #0D9EE8. Grayscale: #848484. Windows color (decimal): -892649 or 1532402. OLE color: 1532402.

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

Color convert

RGB 242 97 23 -
CMYK 0 0.60 0.90 0.05
HSL 20.27º 0.89% 0.52% -
HSV(B) 20.27º 0.9% 0.95% -
XYZ 41.05 27.49 3.95 -
YUV 131.92 66.54 206.52 -
System Red Green Blue C M Y K H S L
Decimal 242 97 23 0 0.60 0.90 0.05 20.27 0.89 0.52
Hex F2 61 17 0 3C 5A 5 14 59 34
Octal 362 141 27 0 74 132 5 24 131 64
Binary 11110010 1100001 10111 0 111100 1011010 101 10100 1011001 110100

Color Harmonies of #F26117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26117

Black with #F26117

Text Example


Text Example

White with #F26117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26117; }

 p { color: rgb(242,97,23); }

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

background-color css

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

 a { background-color: rgb(242,97,23); }

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

border-color css

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

 span { border-color: rgb(242,97,23); }

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