Html Css Color HEX #F26F16 Pumpkin

📋 copy color: '#F26F16'

red 242 ◦ green 111 ◦ blue 22

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

Shades of Pumpkin #F26F16

Tints of Pumpkin #F26F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

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

R = 64.53%
G = 29.6%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26F16 (or 0xF26F16) is known color: Pumpkin. HEX triplet: F2, 6F and 16. RGB value is (242,111,22). Sum of RGB (Red+Green+Blue) = 242+111+22=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26F16 is #0D90E9. Grayscale: #8C8C8C. Windows color (decimal): -889066 or 1470450. OLE color: 1470450.

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

Color convert

RGB 242 111 22 -
CMYK 0 0.54 0.91 0.05
HSL 24.27º 0.89% 0.52% -
HSV(B) 24.27º 0.91% 0.95% -
XYZ 42.45 30.3 4.37 -
YUV 140.02 61.4 200.74 -
System Red Green Blue C M Y K H S L
Decimal 242 111 22 0 0.54 0.91 0.05 24.27 0.89 0.52
Hex F2 6F 16 0 36 5B 5 18 59 34
Octal 362 157 26 0 66 133 5 30 131 64
Binary 11110010 1101111 10110 0 110110 1011011 101 11000 1011001 110100

Color Harmonies of #F26F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F16

Black with #F26F16

Text Example


Text Example

White with #F26F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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