Html Css Color HEX #FF5F1C Pumpkin

📋 copy color: '#FF5F1C'

red 255 ◦ green 95 ◦ blue 28

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

Shades of Pumpkin #FF5F1C

Tints of Pumpkin #FF5F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 67.46%
G = 25.13%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF5F1C (or 0xFF5F1C) is known color: Pumpkin. HEX triplet: FF, 5F and 1C. RGB value is (255,95,28). Sum of RGB (Red+Green+Blue) = 255+95+28=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5F1C is #00A0E3. Grayscale: #878787. Windows color (decimal): -41188 or 1859583. OLE color: 1859583.

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

Color convert

RGB 255 95 28 -
CMYK 0 0.63 0.89 0
HSL 17.71º 1% 0.55% -
HSV(B) 17.71º 0.89% 1% -
XYZ 45.54 29.53 4.4 -
YUV 135.2 67.51 213.45 -
System Red Green Blue C M Y K H S L
Decimal 255 95 28 0 0.63 0.89 0 17.71 1 0.55
Hex FF 5F 1C 0 3F 59 0 12 64 37
Octal 377 137 34 0 77 131 0 22 144 67
Binary 11111111 1011111 11100 0 111111 1011001 0 10010 1100100 110111

Color Harmonies of #FF5F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F1C

Black with #FF5F1C

Text Example


Text Example

White with #FF5F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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