Html Css Color HEX #F26321 Pumpkin

📋 copy color: '#F26321'

red 242 ◦ green 99 ◦ blue 33

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

Shades of Pumpkin #F26321

Tints of Pumpkin #F26321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 64.71%
G = 26.47%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F26321 (or 0xF26321) is known color: Pumpkin. HEX triplet: F2, 63 and 21. RGB value is (242,99,33). Sum of RGB (Red+Green+Blue) = 242+99+33=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F26321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26321 is #0D9CDE. Grayscale: #868686. Windows color (decimal): -892127 or 2188274. OLE color: 2188274.

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

Color convert

RGB 242 99 33 -
CMYK 0 0.59 0.86 0.05
HSL 18.95º 0.89% 0.54% -
HSV(B) 18.95º 0.86% 0.95% -
XYZ 41.35 27.91 4.65 -
YUV 134.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 242 99 33 0 0.59 0.86 0.05 18.95 0.89 0.54
Hex F2 63 21 0 3B 56 5 13 59 36
Octal 362 143 41 0 73 126 5 23 131 66
Binary 11110010 1100011 100001 0 111011 1010110 101 10011 1011001 110110

Color Harmonies of #F26321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26321

Black with #F26321

Text Example


Text Example

White with #F26321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26321; }

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

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

background-color css

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

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

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

border-color css

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

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

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