Html Css Color HEX #FF6A1F Pumpkin

📋 copy color: '#FF6A1F'

red 255 ◦ green 106 ◦ blue 31

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

Shades of Pumpkin #FF6A1F

Tints of Pumpkin #FF6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 65.05%
G = 27.04%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF6A1F (or 0xFF6A1F) is known color: Pumpkin. HEX triplet: FF, 6A and 1F. RGB value is (255,106,31). Sum of RGB (Red+Green+Blue) = 255+106+31=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A1F is #0095E0. Grayscale: #8E8E8E. Windows color (decimal): -38369 or 2059007. OLE color: 2059007.

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

Color convert

RGB 255 106 31 -
CMYK 0 0.58 0.88 0
HSL 20.09º 1% 0.56% -
HSV(B) 20.09º 0.88% 1% -
XYZ 46.64 31.67 4.95 -
YUV 142 65.36 208.6 -
System Red Green Blue C M Y K H S L
Decimal 255 106 31 0 0.58 0.88 0 20.09 1 0.56
Hex FF 6A 1F 0 3A 58 0 14 64 38
Octal 377 152 37 0 72 130 0 24 144 70
Binary 11111111 1101010 11111 0 111010 1011000 0 10100 1100100 111000

Color Harmonies of #FF6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A1F

Black with #FF6A1F

Text Example


Text Example

White with #FF6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A1F; }

 p { color: rgb(255,106,31); }

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

background-color css

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

 a { background-color: rgb(255,106,31); }

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

border-color css

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

 span { border-color: rgb(255,106,31); }

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