Html Css Color HEX #FF6F10 Pumpkin

📋 copy color: '#FF6F10'

red 255 ◦ green 111 ◦ blue 16

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

Shades of Pumpkin #FF6F10

Tints of Pumpkin #FF6F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 66.75%
G = 29.06%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF6F10 (or 0xFF6F10) is known color: Pumpkin. HEX triplet: FF, 6F and 10. RGB value is (255,111,16). Sum of RGB (Red+Green+Blue) = 255+111+16=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F10 is #0090EF. Grayscale: #8F8F8F. Windows color (decimal): -37104 or 1077247. OLE color: 1077247.

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

Color convert

RGB 255 111 16 -
CMYK 0 0.56 0.94 0
HSL 23.85º 1% 0.53% -
HSV(B) 23.85º 0.94% 1% -
XYZ 47.02 32.67 4.32 -
YUV 143.23 56.21 207.72 -
System Red Green Blue C M Y K H S L
Decimal 255 111 16 0 0.56 0.94 0 23.85 1 0.53
Hex FF 6F 10 0 38 5E 0 18 64 35
Octal 377 157 20 0 70 136 0 30 144 65
Binary 11111111 1101111 10000 0 111000 1011110 0 11000 1100100 110101

Color Harmonies of #FF6F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F10

Black with #FF6F10

Text Example


Text Example

White with #FF6F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F10; }

 p { color: rgb(255,111,16); }

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

background-color css

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

 a { background-color: rgb(255,111,16); }

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

border-color css

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

 span { border-color: rgb(255,111,16); }

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