Html Css Color HEX #FB6A1F Pumpkin

📋 copy color: '#FB6A1F'

red 251 ◦ green 106 ◦ blue 31

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

Shades of Pumpkin #FB6A1F

Tints of Pumpkin #FB6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

 BLUE value IS 31 (12.5% from 255) = 7.99%

R = 64.69%
G = 27.32%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB6A1F (or 0xFB6A1F) is known color: Pumpkin. HEX triplet: FB, 6A and 1F. RGB value is (251,106,31). Sum of RGB (Red+Green+Blue) = 251+106+31=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6A1F is #0495E0. Grayscale: #8D8D8D. Windows color (decimal): -300513 or 2059003. OLE color: 2059003.

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

Color convert

RGB 251 106 31 -
CMYK 0 0.58 0.88 0.02
HSL 20.45º 0.96% 0.55% -
HSV(B) 20.45º 0.88% 0.98% -
XYZ 45.19 30.92 4.88 -
YUV 140.81 66.04 206.6 -
System Red Green Blue C M Y K H S L
Decimal 251 106 31 0 0.58 0.88 0.02 20.45 0.96 0.55
Hex FB 6A 1F 0 3A 58 2 14 60 37
Octal 373 152 37 0 72 130 2 24 140 67
Binary 11111011 1101010 11111 0 111010 1011000 10 10100 1100000 110111

Color Harmonies of #FB6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6A1F

Black with #FB6A1F

Text Example


Text Example

White with #FB6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6A1F; }

 p { color: rgb(251,106,31); }

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

background-color css

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

 a { background-color: rgb(251,106,31); }

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

border-color css

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

 span { border-color: rgb(251,106,31); }

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