Html Css Color HEX #F27313 Pumpkin

📋 copy color: '#F27313'

red 242 ◦ green 115 ◦ blue 19

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

Shades of Pumpkin #F27313

Tints of Pumpkin #F27313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 64.36%
G = 30.59%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F27313 (or 0xF27313) is known color: Pumpkin. HEX triplet: F2, 73 and 13. RGB value is (242,115,19). Sum of RGB (Red+Green+Blue) = 242+115+19=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F27313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27313 is #0D8CEC. Grayscale: #8E8E8E. Windows color (decimal): -888045 or 1274866. OLE color: 1274866.

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

Color convert

RGB 242 115 19 -
CMYK 0 0.52 0.92 0.05
HSL 25.83º 0.9% 0.51% -
HSV(B) 25.83º 0.92% 0.95% -
XYZ 42.87 31.19 4.38 -
YUV 142.03 58.58 199.31 -
System Red Green Blue C M Y K H S L
Decimal 242 115 19 0 0.52 0.92 0.05 25.83 0.9 0.51
Hex F2 73 13 0 34 5C 5 1A 5A 33
Octal 362 163 23 0 64 134 5 32 132 63
Binary 11110010 1110011 10011 0 110100 1011100 101 11010 1011010 110011

Color Harmonies of #F27313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27313

Black with #F27313

Text Example


Text Example

White with #F27313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27313; }

 p { color: rgb(242,115,19); }

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

background-color css

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

 a { background-color: rgb(242,115,19); }

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

border-color css

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

 span { border-color: rgb(242,115,19); }

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