Html Css Color HEX #FF6315 Pumpkin

📋 copy color: '#FF6315'

red 255 ◦ green 99 ◦ blue 21

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

Shades of Pumpkin #FF6315

Tints of Pumpkin #FF6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 68%
G = 26.4%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF6315 (or 0xFF6315) is known color: Pumpkin. HEX triplet: FF, 63 and 15. RGB value is (255,99,21). Sum of RGB (Red+Green+Blue) = 255+99+21=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6315 is #009CEA. Grayscale: #898989. Windows color (decimal): -40171 or 1401855. OLE color: 1401855.

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

Color convert

RGB 255 99 21 -
CMYK 0 0.61 0.92 0
HSL 20º 1% 0.54% -
HSV(B) 20º 0.92% 1% -
XYZ 45.84 30.24 4.13 -
YUV 136.75 62.68 212.34 -
System Red Green Blue C M Y K H S L
Decimal 255 99 21 0 0.61 0.92 0 20 1 0.54
Hex FF 63 15 0 3D 5C 0 14 64 36
Octal 377 143 25 0 75 134 0 24 144 66
Binary 11111111 1100011 10101 0 111101 1011100 0 10100 1100100 110110

Color Harmonies of #FF6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6315

Black with #FF6315

Text Example


Text Example

White with #FF6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6315; }

 p { color: rgb(255,99,21); }

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

background-color css

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

 a { background-color: rgb(255,99,21); }

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

border-color css

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

 span { border-color: rgb(255,99,21); }

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