Html Css Color HEX #FA6A1B Pumpkin

📋 copy color: '#FA6A1B'

red 250 ◦ green 106 ◦ blue 27

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

Shades of Pumpkin #FA6A1B

Tints of Pumpkin #FA6A1B

RGB

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

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

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

R = 65.27%
G = 27.68%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA6A1B (or 0xFA6A1B) is known color: Pumpkin. HEX triplet: FA, 6A and 1B. RGB value is (250,106,27). Sum of RGB (Red+Green+Blue) = 250+106+27=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6A1B is #0595E4. Grayscale: #8C8C8C. Windows color (decimal): -366053 or 1796858. OLE color: 1796858.

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

Color convert

RGB 250 106 27 -
CMYK 0 0.58 0.89 0.02
HSL 21.26º 0.96% 0.54% -
HSV(B) 21.26º 0.89% 0.98% -
XYZ 44.78 30.71 4.6 -
YUV 140.05 64.21 206.42 -
System Red Green Blue C M Y K H S L
Decimal 250 106 27 0 0.58 0.89 0.02 21.26 0.96 0.54
Hex FA 6A 1B 0 3A 59 2 15 60 36
Octal 372 152 33 0 72 131 2 25 140 66
Binary 11111010 1101010 11011 0 111010 1011001 10 10101 1100000 110110

Color Harmonies of #FA6A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A1B

Black with #FA6A1B

Text Example


Text Example

White with #FA6A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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