Html Css Color HEX #F26C1E Pumpkin

📋 copy color: '#F26C1E'

red 242 ◦ green 108 ◦ blue 30

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

Shades of Pumpkin #F26C1E

Tints of Pumpkin #F26C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 63.68%
G = 28.42%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F26C1E (or 0xF26C1E) is known color: Pumpkin. HEX triplet: F2, 6C and 1E. RGB value is (242,108,30). Sum of RGB (Red+Green+Blue) = 242+108+30=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26C1E is #0D93E1. Grayscale: #8B8B8B. Windows color (decimal): -889826 or 1993970. OLE color: 1993970.

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

Color convert

RGB 242 108 30 -
CMYK 0 0.55 0.88 0.05
HSL 22.08º 0.89% 0.53% -
HSV(B) 22.08º 0.88% 0.95% -
XYZ 42.21 29.7 4.74 -
YUV 139.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 242 108 30 0 0.55 0.88 0.05 22.08 0.89 0.53
Hex F2 6C 1E 0 37 58 5 16 59 35
Octal 362 154 36 0 67 130 5 26 131 65
Binary 11110010 1101100 11110 0 110111 1011000 101 10110 1011001 110101

Color Harmonies of #F26C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C1E

Black with #F26C1E

Text Example


Text Example

White with #F26C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C1E; }

 p { color: rgb(242,108,30); }

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

background-color css

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

 a { background-color: rgb(242,108,30); }

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

border-color css

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

 span { border-color: rgb(242,108,30); }

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