Html Css Color HEX #F27223 Pumpkin

📋 copy color: '#F27223'

red 242 ◦ green 114 ◦ blue 35

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

Shades of Pumpkin #F27223

Tints of Pumpkin #F27223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.95%

R = 61.89%
G = 29.16%
B = 8.95%

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

#F27223 (or 0xF27223) is known color: Pumpkin. HEX triplet: F2, 72 and 23. RGB value is (242,114,35). Sum of RGB (Red+Green+Blue) = 242+114+35=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F27223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27223 is #0D8DDC. Grayscale: #8F8F8F. Windows color (decimal): -888285 or 2323186. OLE color: 2323186.

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

Color convert

RGB 242 114 35 -
CMYK 0 0.53 0.86 0.05
HSL 22.9º 0.89% 0.54% -
HSV(B) 22.9º 0.86% 0.95% -
XYZ 42.94 31.03 5.32 -
YUV 143.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 242 114 35 0 0.53 0.86 0.05 22.9 0.89 0.54
Hex F2 72 23 0 35 56 5 17 59 36
Octal 362 162 43 0 65 126 5 27 131 66
Binary 11110010 1110010 100011 0 110101 1010110 101 10111 1011001 110110

Color Harmonies of #F27223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27223

Black with #F27223

Text Example


Text Example

White with #F27223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27223; }

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

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

background-color css

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

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

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

border-color css

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

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

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