Html Css Color HEX #F27226 Pumpkin

📋 copy color: '#F27226'

red 242 ◦ green 114 ◦ blue 38

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

Shades of Pumpkin #F27226

Tints of Pumpkin #F27226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 61.42%
G = 28.93%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F27226 (or 0xF27226) is known color: Pumpkin. HEX triplet: F2, 72 and 26. RGB value is (242,114,38). Sum of RGB (Red+Green+Blue) = 242+114+38=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F27226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27226 is #0D8DD9. Grayscale: #909090. Windows color (decimal): -888282 or 2519794. OLE color: 2519794.

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

Color convert

RGB 242 114 38 -
CMYK 0 0.53 0.84 0.05
HSL 22.35º 0.89% 0.55% -
HSV(B) 22.35º 0.84% 0.95% -
XYZ 42.99 31.05 5.56 -
YUV 143.61 68.41 198.18 -
System Red Green Blue C M Y K H S L
Decimal 242 114 38 0 0.53 0.84 0.05 22.35 0.89 0.55
Hex F2 72 26 0 35 54 5 16 59 37
Octal 362 162 46 0 65 124 5 26 131 67
Binary 11110010 1110010 100110 0 110101 1010100 101 10110 1011001 110111

Color Harmonies of #F27226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27226

Black with #F27226

Text Example


Text Example

White with #F27226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27226; }

 p { color: rgb(242,114,38); }

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

background-color css

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

 a { background-color: rgb(242,114,38); }

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

border-color css

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

 span { border-color: rgb(242,114,38); }

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