Html Css Color HEX #FF6F0F Pumpkin

📋 copy color: '#FF6F0F'

red 255 ◦ green 111 ◦ blue 15

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

Shades of Pumpkin #FF6F0F

Tints of Pumpkin #FF6F0F

RGB

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

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

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

R = 66.93%
G = 29.13%
B = 3.94%

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

#FF6F0F (or 0xFF6F0F) is known color: Pumpkin. HEX triplet: FF, 6F and 0F. RGB value is (255,111,15). Sum of RGB (Red+Green+Blue) = 255+111+15=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F0F is #0090F0. Grayscale: #8F8F8F. Windows color (decimal): -37105 or 1011711. OLE color: 1011711.

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

Color convert

RGB 255 111 15 -
CMYK 0 0.56 0.94 0
HSL 24º 1% 0.53% -
HSV(B) 24º 0.94% 1% -
XYZ 47.01 32.66 4.28 -
YUV 143.11 55.71 207.81 -
System Red Green Blue C M Y K H S L
Decimal 255 111 15 0 0.56 0.94 0 24 1 0.53
Hex FF 6F F 0 38 5E 0 18 64 35
Octal 377 157 17 0 70 136 0 30 144 65
Binary 11111111 1101111 1111 0 111000 1011110 0 11000 1100100 110101

Color Harmonies of #FF6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F0F

Black with #FF6F0F

Text Example


Text Example

White with #FF6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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