Html Css Color HEX #F06421 Pumpkin

📋 copy color: '#F06421'

red 240 ◦ green 100 ◦ blue 33

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

Shades of Pumpkin #F06421

Tints of Pumpkin #F06421

RGB

 RED value IS 240 (94.14% from 255) = 64.34%

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

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

R = 64.34%
G = 26.81%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F06421 (or 0xF06421) is known color: Pumpkin. HEX triplet: F0, 64 and 21. RGB value is (240,100,33). Sum of RGB (Red+Green+Blue) = 240+100+33=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F06421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06421 is #0F9BDE. Grayscale: #868686. Windows color (decimal): -1022943 or 2188528. OLE color: 2188528.

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

Color convert

RGB 240 100 33 -
CMYK 0 0.58 0.86 0.06
HSL 19.42º 0.87% 0.54% -
HSV(B) 19.42º 0.86% 0.94% -
XYZ 40.77 27.75 4.65 -
YUV 134.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 240 100 33 0 0.58 0.86 0.06 19.42 0.87 0.54
Hex F0 64 21 0 3A 56 6 13 57 36
Octal 360 144 41 0 72 126 6 23 127 66
Binary 11110000 1100100 100001 0 111010 1010110 110 10011 1010111 110110

Color Harmonies of #F06421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06421

Black with #F06421

Text Example


Text Example

White with #F06421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06421; }

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

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

background-color css

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

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

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

border-color css

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

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

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