Html Css Color HEX #F27A20 Pumpkin

📋 copy color: '#F27A20'

red 242 ◦ green 122 ◦ blue 32

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

Shades of Pumpkin #F27A20

Tints of Pumpkin #F27A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

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

R = 61.11%
G = 30.81%
B = 8.08%

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

#F27A20 (or 0xF27A20) is known color: Pumpkin. HEX triplet: F2, 7A and 20. RGB value is (242,122,32). Sum of RGB (Red+Green+Blue) = 242+122+32=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A20 is #0D85DF. Grayscale: #949494. Windows color (decimal): -886240 or 2128626. OLE color: 2128626.

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

Color convert

RGB 242 122 32 -
CMYK 0 0.50 0.87 0.05
HSL 25.71º 0.89% 0.54% -
HSV(B) 25.71º 0.87% 0.95% -
XYZ 43.84 32.9 5.41 -
YUV 147.62 62.76 195.32 -
System Red Green Blue C M Y K H S L
Decimal 242 122 32 0 0.50 0.87 0.05 25.71 0.89 0.54
Hex F2 7A 20 0 32 57 5 1A 59 36
Octal 362 172 40 0 62 127 5 32 131 66
Binary 11110010 1111010 100000 0 110010 1010111 101 11010 1011001 110110

Color Harmonies of #F27A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A20

Black with #F27A20

Text Example


Text Example

White with #F27A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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