Html Css Color HEX #FA6B1A Pumpkin

📋 copy color: '#FA6B1A'

red 250 ◦ green 107 ◦ blue 26

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

Shades of Pumpkin #FA6B1A

Tints of Pumpkin #FA6B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 65.27%
G = 27.94%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA6B1A (or 0xFA6B1A) is known color: Pumpkin. HEX triplet: FA, 6B and 1A. RGB value is (250,107,26). Sum of RGB (Red+Green+Blue) = 250+107+26=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B1A is #0594E5. Grayscale: #8C8C8C. Windows color (decimal): -365798 or 1731578. OLE color: 1731578.

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

Color convert

RGB 250 107 26 -
CMYK 0 0.57 0.90 0.02
HSL 21.7º 0.96% 0.54% -
HSV(B) 21.7º 0.9% 0.98% -
XYZ 44.87 30.91 4.58 -
YUV 140.52 63.38 206.09 -
System Red Green Blue C M Y K H S L
Decimal 250 107 26 0 0.57 0.90 0.02 21.7 0.96 0.54
Hex FA 6B 1A 0 39 5A 2 16 60 36
Octal 372 153 32 0 71 132 2 26 140 66
Binary 11111010 1101011 11010 0 111001 1011010 10 10110 1100000 110110

Color Harmonies of #FA6B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B1A

Black with #FA6B1A

Text Example


Text Example

White with #FA6B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B1A; }

 p { color: rgb(250,107,26); }

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

background-color css

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

 a { background-color: rgb(250,107,26); }

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

border-color css

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

 span { border-color: rgb(250,107,26); }

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