Html Css Color HEX #FF5F17 Pumpkin

📋 copy color: '#FF5F17'

red 255 ◦ green 95 ◦ blue 23

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

Shades of Pumpkin #FF5F17

Tints of Pumpkin #FF5F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 23 (9.38% from 255) = 6.17%

R = 68.36%
G = 25.47%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF5F17 (or 0xFF5F17) is known color: Pumpkin. HEX triplet: FF, 5F and 17. RGB value is (255,95,23). Sum of RGB (Red+Green+Blue) = 255+95+23=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F17 is #00A0E8. Grayscale: #878787. Windows color (decimal): -41193 or 1531903. OLE color: 1531903.

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

Color convert

RGB 255 95 23 -
CMYK 0 0.63 0.91 0
HSL 18.62º 1% 0.55% -
HSV(B) 18.62º 0.91% 1% -
XYZ 45.49 29.51 4.11 -
YUV 134.63 65.01 213.85 -
System Red Green Blue C M Y K H S L
Decimal 255 95 23 0 0.63 0.91 0 18.62 1 0.55
Hex FF 5F 17 0 3F 5B 0 13 64 37
Octal 377 137 27 0 77 133 0 23 144 67
Binary 11111111 1011111 10111 0 111111 1011011 0 10011 1100100 110111

Color Harmonies of #FF5F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F17

Black with #FF5F17

Text Example


Text Example

White with #FF5F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F17; }

 p { color: rgb(255,95,23); }

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

background-color css

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

 a { background-color: rgb(255,95,23); }

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

border-color css

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

 span { border-color: rgb(255,95,23); }

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