Html Css Color HEX #F26315 Pumpkin

📋 copy color: '#F26315'

red 242 ◦ green 99 ◦ blue 21

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

Shades of Pumpkin #F26315

Tints of Pumpkin #F26315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 66.85%
G = 27.35%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26315 (or 0xF26315) is known color: Pumpkin. HEX triplet: F2, 63 and 15. RGB value is (242,99,21). Sum of RGB (Red+Green+Blue) = 242+99+21=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26315 is #0D9CEA. Grayscale: #858585. Windows color (decimal): -892139 or 1401842. OLE color: 1401842.

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

Color convert

RGB 242 99 21 -
CMYK 0 0.59 0.91 0.05
HSL 21.18º 0.89% 0.52% -
HSV(B) 21.18º 0.91% 0.95% -
XYZ 41.22 27.86 3.91 -
YUV 132.87 64.88 205.84 -
System Red Green Blue C M Y K H S L
Decimal 242 99 21 0 0.59 0.91 0.05 21.18 0.89 0.52
Hex F2 63 15 0 3B 5B 5 15 59 34
Octal 362 143 25 0 73 133 5 25 131 64
Binary 11110010 1100011 10101 0 111011 1011011 101 10101 1011001 110100

Color Harmonies of #F26315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26315

Black with #F26315

Text Example


Text Example

White with #F26315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26315; }

 p { color: rgb(242,99,21); }

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

background-color css

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

 a { background-color: rgb(242,99,21); }

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

border-color css

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

 span { border-color: rgb(242,99,21); }

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