Html Css Color HEX #F27215 Pumpkin

📋 copy color: '#F27215'

red 242 ◦ green 114 ◦ blue 21

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

Shades of Pumpkin #F27215

Tints of Pumpkin #F27215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 64.19%
G = 30.24%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F27215 (or 0xF27215) is known color: Pumpkin. HEX triplet: F2, 72 and 15. RGB value is (242,114,21). Sum of RGB (Red+Green+Blue) = 242+114+21=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F27215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27215 is #0D8DEA. Grayscale: #8E8E8E. Windows color (decimal): -888299 or 1405682. OLE color: 1405682.

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

Color convert

RGB 242 114 21 -
CMYK 0 0.53 0.91 0.05
HSL 25.25º 0.89% 0.52% -
HSV(B) 25.25º 0.91% 0.95% -
XYZ 42.77 30.97 4.43 -
YUV 141.67 59.91 199.56 -
System Red Green Blue C M Y K H S L
Decimal 242 114 21 0 0.53 0.91 0.05 25.25 0.89 0.52
Hex F2 72 15 0 35 5B 5 19 59 34
Octal 362 162 25 0 65 133 5 31 131 64
Binary 11110010 1110010 10101 0 110101 1011011 101 11001 1011001 110100

Color Harmonies of #F27215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27215

Black with #F27215

Text Example


Text Example

White with #F27215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27215; }

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

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

background-color css

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

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

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

border-color css

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

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

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