Html Css Color HEX #F0721A Pumpkin

📋 copy color: '#F0721A'

red 240 ◦ green 114 ◦ blue 26

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

Shades of Pumpkin #F0721A

Tints of Pumpkin #F0721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 63.16%
G = 30%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0721A (or 0xF0721A) is known color: Pumpkin. HEX triplet: F0, 72 and 1A. RGB value is (240,114,26). Sum of RGB (Red+Green+Blue) = 240+114+26=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0721A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0721A is #0F8DE5. Grayscale: #8E8E8E. Windows color (decimal): -1019366 or 1733360. OLE color: 1733360.

HSL color Cylindrical-coordinate representation of color #F0721A: hue angle of 24.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0721A is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 26 -
CMYK 0 0.52 0.89 0.06
HSL 24.67º 0.88% 0.52% -
HSV(B) 24.67º 0.89% 0.94% -
XYZ 42.14 30.63 4.67 -
YUV 141.64 62.74 198.16 -
System Red Green Blue C M Y K H S L
Decimal 240 114 26 0 0.52 0.89 0.06 24.67 0.88 0.52
Hex F0 72 1A 0 34 59 6 19 58 34
Octal 360 162 32 0 64 131 6 31 130 64
Binary 11110000 1110010 11010 0 110100 1011001 110 11001 1011000 110100

Color Harmonies of #F0721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0721A

Black with #F0721A

Text Example


Text Example

White with #F0721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0721A; }

 p { color: rgb(240,114,26); }

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

background-color css

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

 a { background-color: rgb(240,114,26); }

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

border-color css

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

 span { border-color: rgb(240,114,26); }

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