Html Css Color HEX #F2601D Pumpkin

📋 copy color: '#F2601D'

red 242 ◦ green 96 ◦ blue 29

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

Shades of Pumpkin #F2601D

Tints of Pumpkin #F2601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 65.94%
G = 26.16%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2601D (or 0xF2601D) is known color: Pumpkin. HEX triplet: F2, 60 and 1D. RGB value is (242,96,29). Sum of RGB (Red+Green+Blue) = 242+96+29=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2601D is #0D9FE2. Grayscale: #848484. Windows color (decimal): -892899 or 1925362. OLE color: 1925362.

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

Color convert

RGB 242 96 29 -
CMYK 0 0.60 0.88 0.05
HSL 18.87º 0.89% 0.53% -
HSV(B) 18.87º 0.88% 0.95% -
XYZ 41.02 27.33 4.28 -
YUV 132.02 69.87 206.45 -
System Red Green Blue C M Y K H S L
Decimal 242 96 29 0 0.60 0.88 0.05 18.87 0.89 0.53
Hex F2 60 1D 0 3C 58 5 13 59 35
Octal 362 140 35 0 74 130 5 23 131 65
Binary 11110010 1100000 11101 0 111100 1011000 101 10011 1011001 110101

Color Harmonies of #F2601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2601D

Black with #F2601D

Text Example


Text Example

White with #F2601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2601D; }

 p { color: rgb(242,96,29); }

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

background-color css

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

 a { background-color: rgb(242,96,29); }

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

border-color css

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

 span { border-color: rgb(242,96,29); }

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