Html Css Color HEX #F06718 Pumpkin

📋 copy color: '#F06718'

red 240 ◦ green 103 ◦ blue 24

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

Shades of Pumpkin #F06718

Tints of Pumpkin #F06718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 65.4%
G = 28.07%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F06718 (or 0xF06718) is known color: Pumpkin. HEX triplet: F0, 67 and 18. RGB value is (240,103,24). Sum of RGB (Red+Green+Blue) = 240+103+24=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F06718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06718 is #0F98E7. Grayscale: #878787. Windows color (decimal): -1022184 or 1599472. OLE color: 1599472.

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

Color convert

RGB 240 103 24 -
CMYK 0 0.57 0.9 0.06
HSL 21.94º 0.88% 0.52% -
HSV(B) 21.94º 0.9% 0.94% -
XYZ 40.95 28.29 4.17 -
YUV 134.96 65.39 202.92 -
System Red Green Blue C M Y K H S L
Decimal 240 103 24 0 0.57 0.9 0.06 21.94 0.88 0.52
Hex F0 67 18 0 39 5A 6 16 58 34
Octal 360 147 30 0 71 132 6 26 130 64
Binary 11110000 1100111 11000 0 111001 1011010 110 10110 1011000 110100

Color Harmonies of #F06718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06718

Black with #F06718

Text Example


Text Example

White with #F06718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06718; }

 p { color: rgb(240,103,24); }

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

background-color css

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

 a { background-color: rgb(240,103,24); }

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

border-color css

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

 span { border-color: rgb(240,103,24); }

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