Html Css Color HEX #FF6F1D Pumpkin

📋 copy color: '#FF6F1D'

red 255 ◦ green 111 ◦ blue 29

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

Shades of Pumpkin #FF6F1D

Tints of Pumpkin #FF6F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 64.56%
G = 28.1%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF6F1D (or 0xFF6F1D) is known color: Pumpkin. HEX triplet: FF, 6F and 1D. RGB value is (255,111,29). Sum of RGB (Red+Green+Blue) = 255+111+29=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F1D is #0090E2. Grayscale: #919191. Windows color (decimal): -37091 or 1929215. OLE color: 1929215.

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

Color convert

RGB 255 111 29 -
CMYK 0 0.56 0.89 0
HSL 21.77º 1% 0.56% -
HSV(B) 21.77º 0.89% 1% -
XYZ 47.15 32.72 4.99 -
YUV 144.71 62.71 206.67 -
System Red Green Blue C M Y K H S L
Decimal 255 111 29 0 0.56 0.89 0 21.77 1 0.56
Hex FF 6F 1D 0 38 59 0 16 64 38
Octal 377 157 35 0 70 131 0 26 144 70
Binary 11111111 1101111 11101 0 111000 1011001 0 10110 1100100 111000

Color Harmonies of #FF6F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F1D

Black with #FF6F1D

Text Example


Text Example

White with #FF6F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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