Html Css Color HEX #FF6D0F Pumpkin

📋 copy color: '#FF6D0F'

red 255 ◦ green 109 ◦ blue 15

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

Shades of Pumpkin #FF6D0F

Tints of Pumpkin #FF6D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.76%

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

R = 67.28%
G = 28.76%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6D0F (or 0xFF6D0F) is known color: Pumpkin. HEX triplet: FF, 6D and 0F. RGB value is (255,109,15). Sum of RGB (Red+Green+Blue) = 255+109+15=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D0F is #0092F0. Grayscale: #8E8E8E. Windows color (decimal): -37617 or 1011199. OLE color: 1011199.

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

Color convert

RGB 255 109 15 -
CMYK 0 0.57 0.94 0
HSL 23.5º 1% 0.53% -
HSV(B) 23.5º 0.94% 1% -
XYZ 46.79 32.23 4.21 -
YUV 141.94 56.37 208.64 -
System Red Green Blue C M Y K H S L
Decimal 255 109 15 0 0.57 0.94 0 23.5 1 0.53
Hex FF 6D F 0 39 5E 0 18 64 35
Octal 377 155 17 0 71 136 0 30 144 65
Binary 11111111 1101101 1111 0 111001 1011110 0 11000 1100100 110101

Color Harmonies of #FF6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D0F

Black with #FF6D0F

Text Example


Text Example

White with #FF6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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