Html Css Color HEX #FA7B1C Pumpkin

📋 copy color: '#FA7B1C'

red 250 ◦ green 123 ◦ blue 28

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

Shades of Pumpkin #FA7B1C

Tints of Pumpkin #FA7B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 28 (11.33% from 255) = 6.98%

R = 62.34%
G = 30.67%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA7B1C (or 0xFA7B1C) is known color: Pumpkin. HEX triplet: FA, 7B and 1C. RGB value is (250,123,28). Sum of RGB (Red+Green+Blue) = 250+123+28=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B1C is #0584E3. Grayscale: #969696. Windows color (decimal): -361700 or 1866746. OLE color: 1866746.

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

Color convert

RGB 250 123 28 -
CMYK 0 0.51 0.89 0.02
HSL 25.68º 0.96% 0.55% -
HSV(B) 25.68º 0.89% 0.98% -
XYZ 46.72 34.57 5.31 -
YUV 150.14 59.08 199.22 -
System Red Green Blue C M Y K H S L
Decimal 250 123 28 0 0.51 0.89 0.02 25.68 0.96 0.55
Hex FA 7B 1C 0 33 59 2 1A 60 37
Octal 372 173 34 0 63 131 2 32 140 67
Binary 11111010 1111011 11100 0 110011 1011001 10 11010 1100000 110111

Color Harmonies of #FA7B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B1C

Black with #FA7B1C

Text Example


Text Example

White with #FA7B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B1C; }

 p { color: rgb(250,123,28); }

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

background-color css

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

 a { background-color: rgb(250,123,28); }

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

border-color css

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

 span { border-color: rgb(250,123,28); }

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