Html Css Color HEX #F27712 Pumpkin

📋 copy color: '#F27712'

red 242 ◦ green 119 ◦ blue 18

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

Shades of Pumpkin #F27712

Tints of Pumpkin #F27712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 18 (7.42% from 255) = 4.75%

R = 63.85%
G = 31.4%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27712 (or 0xF27712) is known color: Pumpkin. HEX triplet: F2, 77 and 12. RGB value is (242,119,18). Sum of RGB (Red+Green+Blue) = 242+119+18=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F27712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27712 is #0D88ED. Grayscale: #909090. Windows color (decimal): -887022 or 1210354. OLE color: 1210354.

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

Color convert

RGB 242 119 18 -
CMYK 0 0.51 0.93 0.05
HSL 27.05º 0.9% 0.51% -
HSV(B) 27.05º 0.93% 0.95% -
XYZ 43.32 32.11 4.49 -
YUV 144.26 56.75 197.71 -
System Red Green Blue C M Y K H S L
Decimal 242 119 18 0 0.51 0.93 0.05 27.05 0.9 0.51
Hex F2 77 12 0 33 5D 5 1B 5A 33
Octal 362 167 22 0 63 135 5 33 132 63
Binary 11110010 1110111 10010 0 110011 1011101 101 11011 1011010 110011

Color Harmonies of #F27712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27712

Black with #F27712

Text Example


Text Example

White with #F27712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27712; }

 p { color: rgb(242,119,18); }

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

background-color css

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

 a { background-color: rgb(242,119,18); }

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

border-color css

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

 span { border-color: rgb(242,119,18); }

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