Html Css Color HEX #F27820 Pumpkin

📋 copy color: '#F27820'

red 242 ◦ green 120 ◦ blue 32

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

Shades of Pumpkin #F27820

Tints of Pumpkin #F27820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

 BLUE value IS 32 (12.89% from 255) = 8.12%

R = 61.42%
G = 30.46%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F27820 (or 0xF27820) is known color: Pumpkin. HEX triplet: F2, 78 and 20. RGB value is (242,120,32). Sum of RGB (Red+Green+Blue) = 242+120+32=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F27820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27820 is #0D87DF. Grayscale: #929292. Windows color (decimal): -886752 or 2128114. OLE color: 2128114.

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

Color convert

RGB 242 120 32 -
CMYK 0 0.50 0.87 0.05
HSL 25.14º 0.89% 0.54% -
HSV(B) 25.14º 0.87% 0.95% -
XYZ 43.6 32.41 5.33 -
YUV 146.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 242 120 32 0 0.50 0.87 0.05 25.14 0.89 0.54
Hex F2 78 20 0 32 57 5 19 59 36
Octal 362 170 40 0 62 127 5 31 131 66
Binary 11110010 1111000 100000 0 110010 1010111 101 11001 1011001 110110

Color Harmonies of #F27820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27820

Black with #F27820

Text Example


Text Example

White with #F27820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27820; }

 p { color: rgb(242,120,32); }

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

background-color css

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

 a { background-color: rgb(242,120,32); }

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

border-color css

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

 span { border-color: rgb(242,120,32); }

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