Html Css Color HEX #FF6019 Pumpkin

📋 copy color: '#FF6019'

red 255 ◦ green 96 ◦ blue 25

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

Shades of Pumpkin #FF6019

Tints of Pumpkin #FF6019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

 BLUE value IS 25 (10.16% from 255) = 6.65%

R = 67.82%
G = 25.53%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF6019 (or 0xFF6019) is known color: Pumpkin. HEX triplet: FF, 60 and 19. RGB value is (255,96,25). Sum of RGB (Red+Green+Blue) = 255+96+25=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6019 is #009FE6. Grayscale: #878787. Windows color (decimal): -40935 or 1663231. OLE color: 1663231.

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

Color convert

RGB 255 96 25 -
CMYK 0 0.62 0.90 0
HSL 18.52º 1% 0.55% -
HSV(B) 18.52º 0.9% 1% -
XYZ 45.6 29.7 4.25 -
YUV 135.45 65.68 213.27 -
System Red Green Blue C M Y K H S L
Decimal 255 96 25 0 0.62 0.90 0 18.52 1 0.55
Hex FF 60 19 0 3E 5A 0 13 64 37
Octal 377 140 31 0 76 132 0 23 144 67
Binary 11111111 1100000 11001 0 111110 1011010 0 10011 1100100 110111

Color Harmonies of #FF6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6019

Black with #FF6019

Text Example


Text Example

White with #FF6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6019; }

 p { color: rgb(255,96,25); }

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

background-color css

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

 a { background-color: rgb(255,96,25); }

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

border-color css

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

 span { border-color: rgb(255,96,25); }

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