Html Css Color HEX #F07D21 Pumpkin

📋 copy color: '#F07D21'

red 240 ◦ green 125 ◦ blue 33

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

Shades of Pumpkin #F07D21

Tints of Pumpkin #F07D21

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

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

R = 60.3%
G = 31.41%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F07D21 (or 0xF07D21) is known color: Pumpkin. HEX triplet: F0, 7D and 21. RGB value is (240,125,33). Sum of RGB (Red+Green+Blue) = 240+125+33=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D21 is #0F82DE. Grayscale: #959595. Windows color (decimal): -1016543 or 2194928. OLE color: 2194928.

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

Color convert

RGB 240 125 33 -
CMYK 0 0.48 0.86 0.06
HSL 26.67º 0.87% 0.54% -
HSV(B) 26.67º 0.86% 0.94% -
XYZ 43.54 33.3 5.57 -
YUV 148.9 62.6 192.98 -
System Red Green Blue C M Y K H S L
Decimal 240 125 33 0 0.48 0.86 0.06 26.67 0.87 0.54
Hex F0 7D 21 0 30 56 6 1B 57 36
Octal 360 175 41 0 60 126 6 33 127 66
Binary 11110000 1111101 100001 0 110000 1010110 110 11011 1010111 110110

Color Harmonies of #F07D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D21

Black with #F07D21

Text Example


Text Example

White with #F07D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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