Html Css Color HEX #F06915 Pumpkin

📋 copy color: '#F06915'

red 240 ◦ green 105 ◦ blue 21

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

Shades of Pumpkin #F06915

Tints of Pumpkin #F06915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

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

R = 65.57%
G = 28.69%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06915 (or 0xF06915) is known color: Pumpkin. HEX triplet: F0, 69 and 15. RGB value is (240,105,21). Sum of RGB (Red+Green+Blue) = 240+105+21=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F06915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06915 is #0F96EA. Grayscale: #888888. Windows color (decimal): -1021675 or 1403376. OLE color: 1403376.

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

Color convert

RGB 240 105 21 -
CMYK 0 0.56 0.91 0.06
HSL 23.01º 0.88% 0.51% -
HSV(B) 23.01º 0.91% 0.94% -
XYZ 41.12 28.68 4.08 -
YUV 135.79 63.23 202.33 -
System Red Green Blue C M Y K H S L
Decimal 240 105 21 0 0.56 0.91 0.06 23.01 0.88 0.51
Hex F0 69 15 0 38 5B 6 17 58 33
Octal 360 151 25 0 70 133 6 27 130 63
Binary 11110000 1101001 10101 0 111000 1011011 110 10111 1011000 110011

Color Harmonies of #F06915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06915

Black with #F06915

Text Example


Text Example

White with #F06915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06915; }

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

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

background-color css

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

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

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

border-color css

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

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

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