Html Css Color HEX #FA5A1B Pumpkin

📋 copy color: '#FA5A1B'

red 250 ◦ green 90 ◦ blue 27

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

Shades of Pumpkin #FA5A1B

Tints of Pumpkin #FA5A1B

RGB

 RED value IS 250 (98.05% from 255) = 68.12%

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

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

R = 68.12%
G = 24.52%
B = 7.36%

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

#FA5A1B (or 0xFA5A1B) is known color: Pumpkin. HEX triplet: FA, 5A and 1B. RGB value is (250,90,27). Sum of RGB (Red+Green+Blue) = 250+90+27=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A1B is #05A5E4. Grayscale: #838383. Windows color (decimal): -370149 or 1792762. OLE color: 1792762.

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

Color convert

RGB 250 90 27 -
CMYK 0 0.64 0.89 0.02
HSL 16.95º 0.96% 0.54% -
HSV(B) 16.95º 0.89% 0.98% -
XYZ 43.28 27.72 4.11 -
YUV 130.66 69.51 213.12 -
System Red Green Blue C M Y K H S L
Decimal 250 90 27 0 0.64 0.89 0.02 16.95 0.96 0.54
Hex FA 5A 1B 0 40 59 2 11 60 36
Octal 372 132 33 0 100 131 2 21 140 66
Binary 11111010 1011010 11011 0 1000000 1011001 10 10001 1100000 110110

Color Harmonies of #FA5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A1B

Black with #FA5A1B

Text Example


Text Example

White with #FA5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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