Html Css Color HEX #F06F17 Pumpkin

📋 copy color: '#F06F17'

red 240 ◦ green 111 ◦ blue 23

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

Shades of Pumpkin #F06F17

Tints of Pumpkin #F06F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

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

R = 64.17%
G = 29.68%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F06F17 (or 0xF06F17) is known color: Pumpkin. HEX triplet: F0, 6F and 17. RGB value is (240,111,23). Sum of RGB (Red+Green+Blue) = 240+111+23=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F17 is #0F90E8. Grayscale: #8C8C8C. Windows color (decimal): -1020137 or 1535984. OLE color: 1535984.

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

Color convert

RGB 240 111 23 -
CMYK 0 0.54 0.90 0.06
HSL 24.33º 0.88% 0.52% -
HSV(B) 24.33º 0.9% 0.94% -
XYZ 41.77 29.96 4.39 -
YUV 139.54 62.24 199.66 -
System Red Green Blue C M Y K H S L
Decimal 240 111 23 0 0.54 0.90 0.06 24.33 0.88 0.52
Hex F0 6F 17 0 36 5A 6 18 58 34
Octal 360 157 27 0 66 132 6 30 130 64
Binary 11110000 1101111 10111 0 110110 1011010 110 11000 1011000 110100

Color Harmonies of #F06F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F17

Black with #F06F17

Text Example


Text Example

White with #F06F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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