Html Css Color HEX #F06715 Pumpkin

📋 copy color: '#F06715'

red 240 ◦ green 103 ◦ blue 21

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

Shades of Pumpkin #F06715

Tints of Pumpkin #F06715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 65.93%
G = 28.3%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06715 (or 0xF06715) is known color: Pumpkin. HEX triplet: F0, 67 and 15. RGB value is (240,103,21). Sum of RGB (Red+Green+Blue) = 240+103+21=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F06715 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06715 is #0F98EA. Grayscale: #878787. Windows color (decimal): -1022187 or 1402864. OLE color: 1402864.

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

Color convert

RGB 240 103 21 -
CMYK 0 0.57 0.91 0.06
HSL 22.47º 0.88% 0.51% -
HSV(B) 22.47º 0.91% 0.94% -
XYZ 40.92 28.28 4.01 -
YUV 134.62 63.89 203.17 -
System Red Green Blue C M Y K H S L
Decimal 240 103 21 0 0.57 0.91 0.06 22.47 0.88 0.51
Hex F0 67 15 0 39 5B 6 16 58 33
Octal 360 147 25 0 71 133 6 26 130 63
Binary 11110000 1100111 10101 0 111001 1011011 110 10110 1011000 110011

Color Harmonies of #F06715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06715

Black with #F06715

Text Example


Text Example

White with #F06715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06715; }

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

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

background-color css

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

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

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

border-color css

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

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

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