Html Css Color HEX #F27221 Pumpkin

📋 copy color: '#F27221'

red 242 ◦ green 114 ◦ blue 33

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

Shades of Pumpkin #F27221

Tints of Pumpkin #F27221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 62.21%
G = 29.31%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F27221 (or 0xF27221) is known color: Pumpkin. HEX triplet: F2, 72 and 21. RGB value is (242,114,33). Sum of RGB (Red+Green+Blue) = 242+114+33=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F27221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27221 is #0D8DDE. Grayscale: #8F8F8F. Windows color (decimal): -888287 or 2192114. OLE color: 2192114.

HSL color Cylindrical-coordinate representation of color #F27221: hue angle of 23.25º 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 #F27221 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 114 33 -
CMYK 0 0.53 0.86 0.05
HSL 23.25º 0.89% 0.54% -
HSV(B) 23.25º 0.86% 0.95% -
XYZ 42.91 31.02 5.17 -
YUV 143.04 65.91 198.59 -
System Red Green Blue C M Y K H S L
Decimal 242 114 33 0 0.53 0.86 0.05 23.25 0.89 0.54
Hex F2 72 21 0 35 56 5 17 59 36
Octal 362 162 41 0 65 126 5 27 131 66
Binary 11110010 1110010 100001 0 110101 1010110 101 10111 1011001 110110

Color Harmonies of #F27221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27221

Black with #F27221

Text Example


Text Example

White with #F27221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27221; }

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

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

background-color css

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

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

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

border-color css

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

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

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