Html Css Color HEX #FB6015 Pumpkin

📋 copy color: '#FB6015'

red 251 ◦ green 96 ◦ blue 21

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

Shades of Pumpkin #FB6015

Tints of Pumpkin #FB6015

RGB

 RED value IS 251 (98.44% from 255) = 68.21%

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

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

R = 68.21%
G = 26.09%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB6015 (or 0xFB6015) is known color: Pumpkin. HEX triplet: FB, 60 and 15. RGB value is (251,96,21). Sum of RGB (Red+Green+Blue) = 251+96+21=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6015 is #049FEA. Grayscale: #868686. Windows color (decimal): -303083 or 1401083. OLE color: 1401083.

HSL color Cylindrical-coordinate representation of color #FB6015: hue angle of 19.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB6015 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 96 21 -
CMYK 0 0.62 0.92 0.02
HSL 19.57º 0.97% 0.53% -
HSV(B) 19.57º 0.92% 0.98% -
XYZ 44.1 28.93 3.97 -
YUV 133.8 64.35 211.6 -
System Red Green Blue C M Y K H S L
Decimal 251 96 21 0 0.62 0.92 0.02 19.57 0.97 0.53
Hex FB 60 15 0 3E 5C 2 14 61 35
Octal 373 140 25 0 76 134 2 24 141 65
Binary 11111011 1100000 10101 0 111110 1011100 10 10100 1100001 110101

Color Harmonies of #FB6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6015

Black with #FB6015

Text Example


Text Example

White with #FB6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6015; }

 p { color: rgb(251,96,21); }

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

background-color css

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

 a { background-color: rgb(251,96,21); }

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

border-color css

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

 span { border-color: rgb(251,96,21); }

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