Html Css Color HEX #F27C17 Pumpkin

📋 copy color: '#F27C17'

red 242 ◦ green 124 ◦ blue 23

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

Shades of Pumpkin #F27C17

Tints of Pumpkin #F27C17

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 62.21%
G = 31.88%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F27C17 (or 0xF27C17) is known color: Pumpkin. HEX triplet: F2, 7C and 17. RGB value is (242,124,23). Sum of RGB (Red+Green+Blue) = 242+124+23=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C17 is #0D83E8. Grayscale: #949494. Windows color (decimal): -885737 or 1539314. OLE color: 1539314.

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

Color convert

RGB 242 124 23 -
CMYK 0 0.49 0.90 0.05
HSL 27.67º 0.89% 0.52% -
HSV(B) 27.67º 0.9% 0.95% -
XYZ 43.98 33.35 4.93 -
YUV 147.77 57.59 195.21 -
System Red Green Blue C M Y K H S L
Decimal 242 124 23 0 0.49 0.90 0.05 27.67 0.89 0.52
Hex F2 7C 17 0 31 5A 5 1C 59 34
Octal 362 174 27 0 61 132 5 34 131 64
Binary 11110010 1111100 10111 0 110001 1011010 101 11100 1011001 110100

Color Harmonies of #F27C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C17

Black with #F27C17

Text Example


Text Example

White with #F27C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C17; }

 p { color: rgb(242,124,23); }

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

background-color css

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

 a { background-color: rgb(242,124,23); }

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

border-color css

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

 span { border-color: rgb(242,124,23); }

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