Html Css Color HEX #F26522 Pumpkin

📋 copy color: '#F26522'

red 242 ◦ green 101 ◦ blue 34

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

Shades of Pumpkin #F26522

Tints of Pumpkin #F26522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 64.19%
G = 26.79%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F26522 (or 0xF26522) is known color: Pumpkin. HEX triplet: F2, 65 and 22. RGB value is (242,101,34). Sum of RGB (Red+Green+Blue) = 242+101+34=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F26522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26522 is #0D9ADD. Grayscale: #878787. Windows color (decimal): -891614 or 2254322. OLE color: 2254322.

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

Color convert

RGB 242 101 34 -
CMYK 0 0.58 0.86 0.05
HSL 19.33º 0.89% 0.54% -
HSV(B) 19.33º 0.86% 0.95% -
XYZ 41.56 28.3 4.79 -
YUV 135.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 242 101 34 0 0.58 0.86 0.05 19.33 0.89 0.54
Hex F2 65 22 0 3A 56 5 13 59 36
Octal 362 145 42 0 72 126 5 23 131 66
Binary 11110010 1100101 100010 0 111010 1010110 101 10011 1011001 110110

Color Harmonies of #F26522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26522

Black with #F26522

Text Example


Text Example

White with #F26522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26522; }

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

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

background-color css

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

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

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

border-color css

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

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

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