Html Css Color HEX #FF6B13 Pumpkin

📋 copy color: '#FF6B13'

red 255 ◦ green 107 ◦ blue 19

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

Shades of Pumpkin #FF6B13

Tints of Pumpkin #FF6B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

 BLUE value IS 19 (7.81% from 255) = 4.99%

R = 66.93%
G = 28.08%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF6B13 (or 0xFF6B13) is known color: Pumpkin. HEX triplet: FF, 6B and 13. RGB value is (255,107,19). Sum of RGB (Red+Green+Blue) = 255+107+19=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B13 is #0094EC. Grayscale: #8D8D8D. Windows color (decimal): -38125 or 1272831. OLE color: 1272831.

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

Color convert

RGB 255 107 19 -
CMYK 0 0.58 0.93 0
HSL 22.37º 1% 0.54% -
HSV(B) 22.37º 0.93% 1% -
XYZ 46.62 31.82 4.3 -
YUV 141.22 59.03 209.16 -
System Red Green Blue C M Y K H S L
Decimal 255 107 19 0 0.58 0.93 0 22.37 1 0.54
Hex FF 6B 13 0 3A 5D 0 16 64 36
Octal 377 153 23 0 72 135 0 26 144 66
Binary 11111111 1101011 10011 0 111010 1011101 0 10110 1100100 110110

Color Harmonies of #FF6B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B13

Black with #FF6B13

Text Example


Text Example

White with #FF6B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B13; }

 p { color: rgb(255,107,19); }

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

background-color css

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

 a { background-color: rgb(255,107,19); }

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

border-color css

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

 span { border-color: rgb(255,107,19); }

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