Html Css Color HEX #FB6D1B Pumpkin

📋 copy color: '#FB6D1B'

red 251 ◦ green 109 ◦ blue 27

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

Shades of Pumpkin #FB6D1B

Tints of Pumpkin #FB6D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 27 (10.94% from 255) = 6.98%

R = 64.86%
G = 28.17%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB6D1B (or 0xFB6D1B) is known color: Pumpkin. HEX triplet: FB, 6D and 1B. RGB value is (251,109,27). Sum of RGB (Red+Green+Blue) = 251+109+27=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6D1B is #0492E4. Grayscale: #8E8E8E. Windows color (decimal): -299749 or 1797627. OLE color: 1797627.

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

Color convert

RGB 251 109 27 -
CMYK 0 0.57 0.89 0.02
HSL 21.96º 0.97% 0.55% -
HSV(B) 21.96º 0.89% 0.98% -
XYZ 45.45 31.53 4.73 -
YUV 142.11 63.04 205.67 -
System Red Green Blue C M Y K H S L
Decimal 251 109 27 0 0.57 0.89 0.02 21.96 0.97 0.55
Hex FB 6D 1B 0 39 59 2 16 61 37
Octal 373 155 33 0 71 131 2 26 141 67
Binary 11111011 1101101 11011 0 111001 1011001 10 10110 1100001 110111

Color Harmonies of #FB6D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6D1B

Black with #FB6D1B

Text Example


Text Example

White with #FB6D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6D1B; }

 p { color: rgb(251,109,27); }

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

background-color css

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

 a { background-color: rgb(251,109,27); }

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

border-color css

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

 span { border-color: rgb(251,109,27); }

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