Html Css Color HEX #FF681B Pumpkin

📋 copy color: '#FF681B'

red 255 ◦ green 104 ◦ blue 27

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

Shades of Pumpkin #FF681B

Tints of Pumpkin #FF681B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 66.06%
G = 26.94%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF681B (or 0xFF681B) is known color: Pumpkin. HEX triplet: FF, 68 and 1B. RGB value is (255,104,27). Sum of RGB (Red+Green+Blue) = 255+104+27=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF681B is #0097E4. Grayscale: #8C8C8C. Windows color (decimal): -38885 or 1796351. OLE color: 1796351.

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

Color convert

RGB 255 104 27 -
CMYK 0 0.59 0.89 0
HSL 20.26º 1% 0.55% -
HSV(B) 20.26º 0.89% 1% -
XYZ 46.39 31.24 4.62 -
YUV 140.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 255 104 27 0 0.59 0.89 0 20.26 1 0.55
Hex FF 68 1B 0 3B 59 0 14 64 37
Octal 377 150 33 0 73 131 0 24 144 67
Binary 11111111 1101000 11011 0 111011 1011001 0 10100 1100100 110111

Color Harmonies of #FF681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF681B

Black with #FF681B

Text Example


Text Example

White with #FF681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF681B; }

 p { color: rgb(255,104,27); }

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

background-color css

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

 a { background-color: rgb(255,104,27); }

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

border-color css

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

 span { border-color: rgb(255,104,27); }

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