Html Css Color HEX #F27C22 Pumpkin

📋 copy color: '#F27C22'

red 242 ◦ green 124 ◦ blue 34

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

Shades of Pumpkin #F27C22

Tints of Pumpkin #F27C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.5%

R = 60.5%
G = 31%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F27C22 (or 0xF27C22) is known color: Pumpkin. HEX triplet: F2, 7C and 22. RGB value is (242,124,34). Sum of RGB (Red+Green+Blue) = 242+124+34=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C22 is #0D83DD. Grayscale: #959595. Windows color (decimal): -885726 or 2260210. OLE color: 2260210.

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

Color convert

RGB 242 124 34 -
CMYK 0 0.49 0.86 0.05
HSL 25.96º 0.89% 0.54% -
HSV(B) 25.96º 0.86% 0.95% -
XYZ 44.11 33.41 5.64 -
YUV 149.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 242 124 34 0 0.49 0.86 0.05 25.96 0.89 0.54
Hex F2 7C 22 0 31 56 5 1A 59 36
Octal 362 174 42 0 61 126 5 32 131 66
Binary 11110010 1111100 100010 0 110001 1010110 101 11010 1011001 110110

Color Harmonies of #F27C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C22

Black with #F27C22

Text Example


Text Example

White with #F27C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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