Html Css Color HEX #FF6712 Pumpkin

📋 copy color: '#FF6712'

red 255 ◦ green 103 ◦ blue 18

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

Shades of Pumpkin #FF6712

Tints of Pumpkin #FF6712

RGB

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

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

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

R = 67.82%
G = 27.39%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6712 (or 0xFF6712) is known color: Pumpkin. HEX triplet: FF, 67 and 12. RGB value is (255,103,18). Sum of RGB (Red+Green+Blue) = 255+103+18=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6712 is #0098ED. Grayscale: #8B8B8B. Windows color (decimal): -39150 or 1206271. OLE color: 1206271.

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

Color convert

RGB 255 103 18 -
CMYK 0 0.60 0.93 0
HSL 21.52º 1% 0.54% -
HSV(B) 21.52º 0.93% 1% -
XYZ 46.2 31 4.12 -
YUV 138.76 59.86 210.91 -
System Red Green Blue C M Y K H S L
Decimal 255 103 18 0 0.60 0.93 0 21.52 1 0.54
Hex FF 67 12 0 3C 5D 0 16 64 36
Octal 377 147 22 0 74 135 0 26 144 66
Binary 11111111 1100111 10010 0 111100 1011101 0 10110 1100100 110110

Color Harmonies of #FF6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6712

Black with #FF6712

Text Example


Text Example

White with #FF6712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6712; }

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

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

background-color css

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

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

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

border-color css

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

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

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