Html Css Color HEX #F26422 Pumpkin

📋 copy color: '#F26422'

red 242 ◦ green 100 ◦ blue 34

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

Shades of Pumpkin #F26422

Tints of Pumpkin #F26422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 34 (13.67% from 255) = 9.04%

R = 64.36%
G = 26.6%
B = 9.04%

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

#F26422 (or 0xF26422) is known color: Pumpkin. HEX triplet: F2, 64 and 22. RGB value is (242,100,34). Sum of RGB (Red+Green+Blue) = 242+100+34=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F26422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26422 is #0D9BDD. Grayscale: #878787. Windows color (decimal): -891870 or 2254066. OLE color: 2254066.

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

Color convert

RGB 242 100 34 -
CMYK 0 0.59 0.86 0.05
HSL 19.04º 0.89% 0.54% -
HSV(B) 19.04º 0.86% 0.95% -
XYZ 41.46 28.11 4.75 -
YUV 134.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 242 100 34 0 0.59 0.86 0.05 19.04 0.89 0.54
Hex F2 64 22 0 3B 56 5 13 59 36
Octal 362 144 42 0 73 126 5 23 131 66
Binary 11110010 1100100 100010 0 111011 1010110 101 10011 1011001 110110

Color Harmonies of #F26422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26422

Black with #F26422

Text Example


Text Example

White with #F26422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26422; }

 p { color: rgb(242,100,34); }

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

background-color css

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

 a { background-color: rgb(242,100,34); }

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

border-color css

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

 span { border-color: rgb(242,100,34); }

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