Html Css Color HEX #F27615 Pumpkin

📋 copy color: '#F27615'

red 242 ◦ green 118 ◦ blue 21

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

Shades of Pumpkin #F27615

Tints of Pumpkin #F27615

RGB

 RED value IS 242 (94.92% from 255) = 63.52%

 GREEN value IS 118 (46.48% from 255) = 30.97%

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

R = 63.52%
G = 30.97%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F27615 (or 0xF27615) is known color: Pumpkin. HEX triplet: F2, 76 and 15. RGB value is (242,118,21). Sum of RGB (Red+Green+Blue) = 242+118+21=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F27615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27615 is #0D89EA. Grayscale: #909090. Windows color (decimal): -887275 or 1406706. OLE color: 1406706.

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

Color convert

RGB 242 118 21 -
CMYK 0 0.51 0.91 0.05
HSL 26.33º 0.89% 0.52% -
HSV(B) 26.33º 0.91% 0.95% -
XYZ 43.23 31.89 4.59 -
YUV 144.02 58.58 197.89 -
System Red Green Blue C M Y K H S L
Decimal 242 118 21 0 0.51 0.91 0.05 26.33 0.89 0.52
Hex F2 76 15 0 33 5B 5 1A 59 34
Octal 362 166 25 0 63 133 5 32 131 64
Binary 11110010 1110110 10101 0 110011 1011011 101 11010 1011001 110100

Color Harmonies of #F27615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27615

Black with #F27615

Text Example


Text Example

White with #F27615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27615; }

 p { color: rgb(242,118,21); }

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

background-color css

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

 a { background-color: rgb(242,118,21); }

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

border-color css

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

 span { border-color: rgb(242,118,21); }

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