Html Css Color HEX #F26612 Pumpkin

📋 copy color: '#F26612'

red 242 ◦ green 102 ◦ blue 18

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

Shades of Pumpkin #F26612

Tints of Pumpkin #F26612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 66.85%
G = 28.18%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F26612 (or 0xF26612) is known color: Pumpkin. HEX triplet: F2, 66 and 12. RGB value is (242,102,18). Sum of RGB (Red+Green+Blue) = 242+102+18=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26612 is #0D99ED. Grayscale: #868686. Windows color (decimal): -891374 or 1206002. OLE color: 1206002.

HSL color Cylindrical-coordinate representation of color #F26612: hue angle of 22.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F26612 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 18 -
CMYK 0 0.58 0.93 0.05
HSL 22.5º 0.9% 0.51% -
HSV(B) 22.5º 0.93% 0.95% -
XYZ 41.48 28.42 3.87 -
YUV 134.28 62.38 204.83 -
System Red Green Blue C M Y K H S L
Decimal 242 102 18 0 0.58 0.93 0.05 22.5 0.9 0.51
Hex F2 66 12 0 3A 5D 5 16 5A 33
Octal 362 146 22 0 72 135 5 26 132 63
Binary 11110010 1100110 10010 0 111010 1011101 101 10110 1011010 110011

Color Harmonies of #F26612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26612

Black with #F26612

Text Example


Text Example

White with #F26612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26612; }

 p { color: rgb(242,102,18); }

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

background-color css

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

 a { background-color: rgb(242,102,18); }

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

border-color css

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

 span { border-color: rgb(242,102,18); }

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