Html Css Color HEX #F26421 Pumpkin

📋 copy color: '#F26421'

red 242 ◦ green 100 ◦ blue 33

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

Shades of Pumpkin #F26421

Tints of Pumpkin #F26421

RGB

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

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

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

R = 64.53%
G = 26.67%
B = 8.8%

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

#F26421 (or 0xF26421) is known color: Pumpkin. HEX triplet: F2, 64 and 21. RGB value is (242,100,33). Sum of RGB (Red+Green+Blue) = 242+100+33=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F26421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26421 is #0D9BDE. Grayscale: #878787. Windows color (decimal): -891871 or 2188530. OLE color: 2188530.

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

Color convert

RGB 242 100 33 -
CMYK 0 0.59 0.86 0.05
HSL 19.23º 0.89% 0.54% -
HSV(B) 19.23º 0.86% 0.95% -
XYZ 41.45 28.1 4.68 -
YUV 134.82 70.54 204.45 -
System Red Green Blue C M Y K H S L
Decimal 242 100 33 0 0.59 0.86 0.05 19.23 0.89 0.54
Hex F2 64 21 0 3B 56 5 13 59 36
Octal 362 144 41 0 73 126 5 23 131 66
Binary 11110010 1100100 100001 0 111011 1010110 101 10011 1011001 110110

Color Harmonies of #F26421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26421

Black with #F26421

Text Example


Text Example

White with #F26421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26421; }

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

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

background-color css

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

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

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

border-color css

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

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

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