Html Css Color HEX #FF6A0F Pumpkin

📋 copy color: '#FF6A0F'

red 255 ◦ green 106 ◦ blue 15

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

Shades of Pumpkin #FF6A0F

Tints of Pumpkin #FF6A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.99%

R = 67.82%
G = 28.19%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6A0F (or 0xFF6A0F) is known color: Pumpkin. HEX triplet: FF, 6A and 0F. RGB value is (255,106,15). Sum of RGB (Red+Green+Blue) = 255+106+15=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A0F is #0095F0. Grayscale: #8C8C8C. Windows color (decimal): -38385 or 1010431. OLE color: 1010431.

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

Color convert

RGB 255 106 15 -
CMYK 0 0.58 0.94 0
HSL 22.75º 1% 0.53% -
HSV(B) 22.75º 0.94% 1% -
XYZ 46.48 31.6 4.1 -
YUV 140.18 57.36 209.9 -
System Red Green Blue C M Y K H S L
Decimal 255 106 15 0 0.58 0.94 0 22.75 1 0.53
Hex FF 6A F 0 3A 5E 0 17 64 35
Octal 377 152 17 0 72 136 0 27 144 65
Binary 11111111 1101010 1111 0 111010 1011110 0 10111 1100100 110101

Color Harmonies of #FF6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A0F

Black with #FF6A0F

Text Example


Text Example

White with #FF6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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