Html Css Color HEX #FF6412 Pumpkin

📋 copy color: '#FF6412'

red 255 ◦ green 100 ◦ blue 18

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

Shades of Pumpkin #FF6412

Tints of Pumpkin #FF6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 68.36%
G = 26.81%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6412 (or 0xFF6412) is known color: Pumpkin. HEX triplet: FF, 64 and 12. RGB value is (255,100,18). Sum of RGB (Red+Green+Blue) = 255+100+18=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6412 is #009BED. Grayscale: #898989. Windows color (decimal): -39918 or 1205503. OLE color: 1205503.

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

Color convert

RGB 255 100 18 -
CMYK 0 0.61 0.93 0
HSL 20.76º 1% 0.54% -
HSV(B) 20.76º 0.93% 1% -
XYZ 45.91 30.42 4.02 -
YUV 137 60.85 212.17 -
System Red Green Blue C M Y K H S L
Decimal 255 100 18 0 0.61 0.93 0 20.76 1 0.54
Hex FF 64 12 0 3D 5D 0 15 64 36
Octal 377 144 22 0 75 135 0 25 144 66
Binary 11111111 1100100 10010 0 111101 1011101 0 10101 1100100 110110

Color Harmonies of #FF6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6412

Black with #FF6412

Text Example


Text Example

White with #FF6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6412; }

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

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

background-color css

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

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

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

border-color css

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

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

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