Html Css Color HEX #FF6912 Pumpkin

📋 copy color: '#FF6912'

red 255 ◦ green 105 ◦ blue 18

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

Shades of Pumpkin #FF6912

Tints of Pumpkin #FF6912

RGB

 RED value IS 255 (100% from 255) = 67.46%

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

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

R = 67.46%
G = 27.78%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6912 (or 0xFF6912) is known color: Pumpkin. HEX triplet: FF, 69 and 12. RGB value is (255,105,18). Sum of RGB (Red+Green+Blue) = 255+105+18=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6912 is #0096ED. Grayscale: #8C8C8C. Windows color (decimal): -38638 or 1206783. OLE color: 1206783.

HSL color Cylindrical-coordinate representation of color #FF6912: hue angle of 22.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6912 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 18 -
CMYK 0 0.59 0.93 0
HSL 22.03º 1% 0.54% -
HSV(B) 22.03º 0.93% 1% -
XYZ 46.4 31.41 4.19 -
YUV 139.93 59.2 210.07 -
System Red Green Blue C M Y K H S L
Decimal 255 105 18 0 0.59 0.93 0 22.03 1 0.54
Hex FF 69 12 0 3B 5D 0 16 64 36
Octal 377 151 22 0 73 135 0 26 144 66
Binary 11111111 1101001 10010 0 111011 1011101 0 10110 1100100 110110

Color Harmonies of #FF6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6912

Black with #FF6912

Text Example


Text Example

White with #FF6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6912; }

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

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

background-color css

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

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

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

border-color css

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

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

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