Html Css Color HEX #F0721B Pumpkin

📋 copy color: '#F0721B'

red 240 ◦ green 114 ◦ blue 27

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

Shades of Pumpkin #F0721B

Tints of Pumpkin #F0721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 62.99%
G = 29.92%
B = 7.09%

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

#F0721B (or 0xF0721B) is known color: Pumpkin. HEX triplet: F0, 72 and 1B. RGB value is (240,114,27). Sum of RGB (Red+Green+Blue) = 240+114+27=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0721B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0721B is #0F8DE4. Grayscale: #8E8E8E. Windows color (decimal): -1019365 or 1798896. OLE color: 1798896.

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

Color convert

RGB 240 114 27 -
CMYK 0 0.52 0.89 0.06
HSL 24.51º 0.88% 0.52% -
HSV(B) 24.51º 0.89% 0.94% -
XYZ 42.15 30.64 4.73 -
YUV 141.76 63.24 198.07 -
System Red Green Blue C M Y K H S L
Decimal 240 114 27 0 0.52 0.89 0.06 24.51 0.88 0.52
Hex F0 72 1B 0 34 59 6 19 58 34
Octal 360 162 33 0 64 131 6 31 130 64
Binary 11110000 1110010 11011 0 110100 1011001 110 11001 1011000 110100

Color Harmonies of #F0721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0721B

Black with #F0721B

Text Example


Text Example

White with #F0721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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