Html Css Color HEX #F18015 Pumpkin

📋 copy color: '#F18015'

red 241 ◦ green 128 ◦ blue 21

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

Shades of Pumpkin #F18015

Tints of Pumpkin #F18015

RGB

 RED value IS 241 (94.53% from 255) = 61.79%

 GREEN value IS 128 (50.39% from 255) = 32.82%

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

R = 61.79%
G = 32.82%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18015 (or 0xF18015) is known color: Pumpkin. HEX triplet: F1, 80 and 15. RGB value is (241,128,21). Sum of RGB (Red+Green+Blue) = 241+128+21=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F18015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18015 is #0E7FEA. Grayscale: #969696. Windows color (decimal): -950251 or 1409265. OLE color: 1409265.

HSL color Cylindrical-coordinate representation of color #F18015: hue angle of 29.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F18015 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 21 -
CMYK 0 0.47 0.91 0.05
HSL 29.18º 0.89% 0.51% -
HSV(B) 29.18º 0.91% 0.95% -
XYZ 44.13 34.19 4.98 -
YUV 149.59 55.44 193.2 -
System Red Green Blue C M Y K H S L
Decimal 241 128 21 0 0.47 0.91 0.05 29.18 0.89 0.51
Hex F1 80 15 0 2F 5B 5 1D 59 33
Octal 361 200 25 0 57 133 5 35 131 63
Binary 11110001 10000000 10101 0 101111 1011011 101 11101 1011001 110011

Color Harmonies of #F18015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18015

Black with #F18015

Text Example


Text Example

White with #F18015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18015; }

 p { color: rgb(241,128,21); }

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

background-color css

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

 a { background-color: rgb(241,128,21); }

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

border-color css

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

 span { border-color: rgb(241,128,21); }

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