Html Css Color HEX #F26712 Pumpkin

📋 copy color: '#F26712'

red 242 ◦ green 103 ◦ blue 18

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

Shades of Pumpkin #F26712

Tints of Pumpkin #F26712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 66.67%
G = 28.37%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F26712 (or 0xF26712) is known color: Pumpkin. HEX triplet: F2, 67 and 12. RGB value is (242,103,18). Sum of RGB (Red+Green+Blue) = 242+103+18=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F26712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26712 is #0D98ED. Grayscale: #878787. Windows color (decimal): -891118 or 1206258. OLE color: 1206258.

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

Color convert

RGB 242 103 18 -
CMYK 0 0.57 0.93 0.05
HSL 22.77º 0.9% 0.51% -
HSV(B) 22.77º 0.93% 0.95% -
XYZ 41.58 28.62 3.91 -
YUV 134.87 62.05 204.41 -
System Red Green Blue C M Y K H S L
Decimal 242 103 18 0 0.57 0.93 0.05 22.77 0.9 0.51
Hex F2 67 12 0 39 5D 5 17 5A 33
Octal 362 147 22 0 71 135 5 27 132 63
Binary 11110010 1100111 10010 0 111001 1011101 101 10111 1011010 110011

Color Harmonies of #F26712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26712

Black with #F26712

Text Example


Text Example

White with #F26712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26712; }

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

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

background-color css

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

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

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

border-color css

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

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

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