Html Css Color HEX #F07210 Pumpkin

📋 copy color: '#F07210'

red 240 ◦ green 114 ◦ blue 16

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

Shades of Pumpkin #F07210

Tints of Pumpkin #F07210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 64.86%
G = 30.81%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F07210 (or 0xF07210) is known color: Pumpkin. HEX triplet: F0, 72 and 10. RGB value is (240,114,16). Sum of RGB (Red+Green+Blue) = 240+114+16=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F07210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07210 is #0F8DEF. Grayscale: #8D8D8D. Windows color (decimal): -1019376 or 1078000. OLE color: 1078000.

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

Color convert

RGB 240 114 16 -
CMYK 0 0.52 0.93 0.06
HSL 26.25º 0.88% 0.5% -
HSV(B) 26.25º 0.93% 0.94% -
XYZ 42.05 30.6 4.18 -
YUV 140.5 57.74 198.97 -
System Red Green Blue C M Y K H S L
Decimal 240 114 16 0 0.52 0.93 0.06 26.25 0.88 0.5
Hex F0 72 10 0 34 5D 6 1A 58 32
Octal 360 162 20 0 64 135 6 32 130 62
Binary 11110000 1110010 10000 0 110100 1011101 110 11010 1011000 110010

Color Harmonies of #F07210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07210

Black with #F07210

Text Example


Text Example

White with #F07210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07210; }

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

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

background-color css

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

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

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

border-color css

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

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

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