Html Css Color HEX #F06415 Pumpkin

📋 copy color: '#F06415'

red 240 ◦ green 100 ◦ blue 21

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

Shades of Pumpkin #F06415

Tints of Pumpkin #F06415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 66.48%
G = 27.7%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06415 (or 0xF06415) is known color: Pumpkin. HEX triplet: F0, 64 and 15. RGB value is (240,100,21). Sum of RGB (Red+Green+Blue) = 240+100+21=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F06415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06415 is #0F9BEA. Grayscale: #858585. Windows color (decimal): -1022955 or 1402096. OLE color: 1402096.

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

Color convert

RGB 240 100 21 -
CMYK 0 0.58 0.91 0.06
HSL 21.64º 0.88% 0.51% -
HSV(B) 21.64º 0.91% 0.94% -
XYZ 40.63 27.69 3.91 -
YUV 132.85 64.88 204.42 -
System Red Green Blue C M Y K H S L
Decimal 240 100 21 0 0.58 0.91 0.06 21.64 0.88 0.51
Hex F0 64 15 0 3A 5B 6 16 58 33
Octal 360 144 25 0 72 133 6 26 130 63
Binary 11110000 1100100 10101 0 111010 1011011 110 10110 1011000 110011

Color Harmonies of #F06415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06415

Black with #F06415

Text Example


Text Example

White with #F06415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06415; }

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

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

background-color css

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

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

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

border-color css

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

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

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