Html Css Color HEX #F07017 Pumpkin

📋 copy color: '#F07017'

red 240 ◦ green 112 ◦ blue 23

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

Shades of Pumpkin #F07017

Tints of Pumpkin #F07017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 64%
G = 29.87%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F07017 (or 0xF07017) is known color: Pumpkin. HEX triplet: F0, 70 and 17. RGB value is (240,112,23). Sum of RGB (Red+Green+Blue) = 240+112+23=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F07017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07017 is #0F8FE8. Grayscale: #8C8C8C. Windows color (decimal): -1019881 or 1536240. OLE color: 1536240.

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

Color convert

RGB 240 112 23 -
CMYK 0 0.53 0.90 0.06
HSL 24.61º 0.88% 0.52% -
HSV(B) 24.61º 0.9% 0.94% -
XYZ 41.88 30.18 4.43 -
YUV 140.13 61.91 199.24 -
System Red Green Blue C M Y K H S L
Decimal 240 112 23 0 0.53 0.90 0.06 24.61 0.88 0.52
Hex F0 70 17 0 35 5A 6 19 58 34
Octal 360 160 27 0 65 132 6 31 130 64
Binary 11110000 1110000 10111 0 110101 1011010 110 11001 1011000 110100

Color Harmonies of #F07017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07017

Black with #F07017

Text Example


Text Example

White with #F07017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07017; }

 p { color: rgb(240,112,23); }

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

background-color css

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

 a { background-color: rgb(240,112,23); }

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

border-color css

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

 span { border-color: rgb(240,112,23); }

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