Html Css Color HEX #FF6C0E Pumpkin

📋 copy color: '#FF6C0E'

red 255 ◦ green 108 ◦ blue 14

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

Shades of Pumpkin #FF6C0E

Tints of Pumpkin #FF6C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 67.64%
G = 28.65%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF6C0E (or 0xFF6C0E) is known color: Pumpkin. HEX triplet: FF, 6C and 0E. RGB value is (255,108,14). Sum of RGB (Red+Green+Blue) = 255+108+14=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C0E is #0093F1. Grayscale: #8D8D8D. Windows color (decimal): -37874 or 945407. OLE color: 945407.

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

Color convert

RGB 255 108 14 -
CMYK 0 0.58 0.95 0
HSL 23.4º 1% 0.53% -
HSV(B) 23.4º 0.95% 1% -
XYZ 46.68 32.02 4.13 -
YUV 141.24 56.2 209.14 -
System Red Green Blue C M Y K H S L
Decimal 255 108 14 0 0.58 0.95 0 23.4 1 0.53
Hex FF 6C E 0 3A 5F 0 17 64 35
Octal 377 154 16 0 72 137 0 27 144 65
Binary 11111111 1101100 1110 0 111010 1011111 0 10111 1100100 110101

Color Harmonies of #FF6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C0E

Black with #FF6C0E

Text Example


Text Example

White with #FF6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C0E; }

 p { color: rgb(255,108,14); }

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

background-color css

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

 a { background-color: rgb(255,108,14); }

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

border-color css

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

 span { border-color: rgb(255,108,14); }

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