Html Css Color HEX #F27015 Pumpkin

📋 copy color: '#F27015'

red 242 ◦ green 112 ◦ blue 21

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

Shades of Pumpkin #F27015

Tints of Pumpkin #F27015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 64.53%
G = 29.87%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F27015 (or 0xF27015) is known color: Pumpkin. HEX triplet: F2, 70 and 15. RGB value is (242,112,21). Sum of RGB (Red+Green+Blue) = 242+112+21=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F27015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27015 is #0D8FEA. Grayscale: #8C8C8C. Windows color (decimal): -888811 or 1405170. OLE color: 1405170.

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

Color convert

RGB 242 112 21 -
CMYK 0 0.54 0.91 0.05
HSL 24.71º 0.89% 0.52% -
HSV(B) 24.71º 0.91% 0.95% -
XYZ 42.55 30.52 4.36 -
YUV 140.5 60.57 200.4 -
System Red Green Blue C M Y K H S L
Decimal 242 112 21 0 0.54 0.91 0.05 24.71 0.89 0.52
Hex F2 70 15 0 36 5B 5 19 59 34
Octal 362 160 25 0 66 133 5 31 131 64
Binary 11110010 1110000 10101 0 110110 1011011 101 11001 1011001 110100

Color Harmonies of #F27015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27015

Black with #F27015

Text Example


Text Example

White with #F27015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27015; }

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

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

background-color css

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

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

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

border-color css

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

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

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