Html Css Color HEX #F26520 Pumpkin

📋 copy color: '#F26520'

red 242 ◦ green 101 ◦ blue 32

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

Shades of Pumpkin #F26520

Tints of Pumpkin #F26520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 64.53%
G = 26.93%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F26520 (or 0xF26520) is known color: Pumpkin. HEX triplet: F2, 65 and 20. RGB value is (242,101,32). Sum of RGB (Red+Green+Blue) = 242+101+32=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F26520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26520 is #0D9ADF. Grayscale: #878787. Windows color (decimal): -891616 or 2123250. OLE color: 2123250.

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

Color convert

RGB 242 101 32 -
CMYK 0 0.58 0.87 0.05
HSL 19.71º 0.89% 0.54% -
HSV(B) 19.71º 0.87% 0.95% -
XYZ 41.53 28.29 4.64 -
YUV 135.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 242 101 32 0 0.58 0.87 0.05 19.71 0.89 0.54
Hex F2 65 20 0 3A 57 5 14 59 36
Octal 362 145 40 0 72 127 5 24 131 66
Binary 11110010 1100101 100000 0 111010 1010111 101 10100 1011001 110110

Color Harmonies of #F26520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26520

Black with #F26520

Text Example


Text Example

White with #F26520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26520; }

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

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

background-color css

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

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

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

border-color css

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

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

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