Html Css Color HEX #F06315 Pumpkin

📋 copy color: '#F06315'

red 240 ◦ green 99 ◦ blue 21

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

Shades of Pumpkin #F06315

Tints of Pumpkin #F06315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 66.67%
G = 27.5%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06315 (or 0xF06315) is known color: Pumpkin. HEX triplet: F0, 63 and 15. RGB value is (240,99,21). Sum of RGB (Red+Green+Blue) = 240+99+21=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F06315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06315 is #0F9CEA. Grayscale: #848484. Windows color (decimal): -1023211 or 1401840. OLE color: 1401840.

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

Color convert

RGB 240 99 21 -
CMYK 0 0.59 0.91 0.06
HSL 21.37º 0.88% 0.51% -
HSV(B) 21.37º 0.91% 0.94% -
XYZ 40.53 27.5 3.88 -
YUV 132.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 240 99 21 0 0.59 0.91 0.06 21.37 0.88 0.51
Hex F0 63 15 0 3B 5B 6 15 58 33
Octal 360 143 25 0 73 133 6 25 130 63
Binary 11110000 1100011 10101 0 111011 1011011 110 10101 1011000 110011

Color Harmonies of #F06315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06315

Black with #F06315

Text Example


Text Example

White with #F06315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06315; }

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

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

background-color css

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

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

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

border-color css

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

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

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