Html Css Color HEX #FF6F25 Pumpkin

📋 copy color: '#FF6F25'

red 255 ◦ green 111 ◦ blue 37

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

Shades of Pumpkin #FF6F25

Tints of Pumpkin #FF6F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 63.28%
G = 27.54%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6F25 (or 0xFF6F25) is known color: Pumpkin. HEX triplet: FF, 6F and 25. RGB value is (255,111,37). Sum of RGB (Red+Green+Blue) = 255+111+37=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F25 is #0090DA. Grayscale: #929292. Windows color (decimal): -37083 or 2453503. OLE color: 2453503.

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

Color convert

RGB 255 111 37 -
CMYK 0 0.56 0.85 0
HSL 20.37º 1% 0.57% -
HSV(B) 20.37º 0.85% 1% -
XYZ 47.26 32.76 5.58 -
YUV 145.62 66.71 206.02 -
System Red Green Blue C M Y K H S L
Decimal 255 111 37 0 0.56 0.85 0 20.37 1 0.57
Hex FF 6F 25 0 38 55 0 14 64 39
Octal 377 157 45 0 70 125 0 24 144 71
Binary 11111111 1101111 100101 0 111000 1010101 0 10100 1100100 111001

Color Harmonies of #FF6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F25

Black with #FF6F25

Text Example


Text Example

White with #FF6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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