Html Css Color HEX #F26912 Pumpkin

📋 copy color: '#F26912'

red 242 ◦ green 105 ◦ blue 18

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

Shades of Pumpkin #F26912

Tints of Pumpkin #F26912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 66.3%
G = 28.77%
B = 4.93%

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

#F26912 (or 0xF26912) is known color: Pumpkin. HEX triplet: F2, 69 and 12. RGB value is (242,105,18). Sum of RGB (Red+Green+Blue) = 242+105+18=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F26912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26912 is #0D96ED. Grayscale: #888888. Windows color (decimal): -890606 or 1206770. OLE color: 1206770.

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

Color convert

RGB 242 105 18 -
CMYK 0 0.57 0.93 0.05
HSL 23.3º 0.9% 0.51% -
HSV(B) 23.3º 0.93% 0.95% -
XYZ 41.78 29.02 3.97 -
YUV 136.05 61.39 203.57 -
System Red Green Blue C M Y K H S L
Decimal 242 105 18 0 0.57 0.93 0.05 23.3 0.9 0.51
Hex F2 69 12 0 39 5D 5 17 5A 33
Octal 362 151 22 0 71 135 5 27 132 63
Binary 11110010 1101001 10010 0 111001 1011101 101 10111 1011010 110011

Color Harmonies of #F26912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26912

Black with #F26912

Text Example


Text Example

White with #F26912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26912; }

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

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

background-color css

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

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

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

border-color css

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

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

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