Html Css Color HEX #F28116 Pumpkin

📋 copy color: '#F28116'

red 242 ◦ green 129 ◦ blue 22

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

Shades of Pumpkin #F28116

Tints of Pumpkin #F28116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 22 (8.98% from 255) = 5.6%

R = 61.58%
G = 32.82%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F28116 (or 0xF28116) is known color: Pumpkin. HEX triplet: F2, 81 and 16. RGB value is (242,129,22). Sum of RGB (Red+Green+Blue) = 242+129+22=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28116 is #0D7EE9. Grayscale: #979797. Windows color (decimal): -884458 or 1475058. OLE color: 1475058.

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

Color convert

RGB 242 129 22 -
CMYK 0 0.47 0.91 0.05
HSL 29.18º 0.89% 0.52% -
HSV(B) 29.18º 0.91% 0.95% -
XYZ 44.61 34.64 5.09 -
YUV 150.59 55.44 193.2 -
System Red Green Blue C M Y K H S L
Decimal 242 129 22 0 0.47 0.91 0.05 29.18 0.89 0.52
Hex F2 81 16 0 2F 5B 5 1D 59 34
Octal 362 201 26 0 57 133 5 35 131 64
Binary 11110010 10000001 10110 0 101111 1011011 101 11101 1011001 110100

Color Harmonies of #F28116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28116

Black with #F28116

Text Example


Text Example

White with #F28116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28116; }

 p { color: rgb(242,129,22); }

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

background-color css

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

 a { background-color: rgb(242,129,22); }

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

border-color css

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

 span { border-color: rgb(242,129,22); }

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