Html Css Color HEX #FB5A1B Pumpkin

📋 copy color: '#FB5A1B'

red 251 ◦ green 90 ◦ blue 27

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

Shades of Pumpkin #FB5A1B

Tints of Pumpkin #FB5A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

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

R = 68.21%
G = 24.46%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB5A1B (or 0xFB5A1B) is known color: Pumpkin. HEX triplet: FB, 5A and 1B. RGB value is (251,90,27). Sum of RGB (Red+Green+Blue) = 251+90+27=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A1B is #04A5E4. Grayscale: #838383. Windows color (decimal): -304613 or 1792763. OLE color: 1792763.

HSL color Cylindrical-coordinate representation of color #FB5A1B: hue angle of 16.88º 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 #FB5A1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 90 27 -
CMYK 0 0.64 0.89 0.02
HSL 16.88º 0.97% 0.55% -
HSV(B) 16.88º 0.89% 0.98% -
XYZ 43.64 27.9 4.12 -
YUV 130.96 69.34 213.62 -
System Red Green Blue C M Y K H S L
Decimal 251 90 27 0 0.64 0.89 0.02 16.88 0.97 0.55
Hex FB 5A 1B 0 40 59 2 11 61 37
Octal 373 132 33 0 100 131 2 21 141 67
Binary 11111011 1011010 11011 0 1000000 1011001 10 10001 1100001 110111

Color Harmonies of #FB5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A1B

Black with #FB5A1B

Text Example


Text Example

White with #FB5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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