Html Css Color HEX #FA790A Pumpkin

📋 copy color: '#FA790A'

red 250 ◦ green 121 ◦ blue 10

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

Shades of Pumpkin #FA790A

Tints of Pumpkin #FA790A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 65.62%
G = 31.76%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA790A (or 0xFA790A) is known color: Pumpkin. HEX triplet: FA, 79 and 0A. RGB value is (250,121,10). Sum of RGB (Red+Green+Blue) = 250+121+10=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA790A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA790A is #0586F5. Grayscale: #939393. Windows color (decimal): -362230 or 686586. OLE color: 686586.

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

Color convert

RGB 250 121 10 -
CMYK 0 0.52 0.96 0.02
HSL 27.75º 0.96% 0.51% -
HSV(B) 27.75º 0.96% 0.98% -
XYZ 46.32 34.02 4.41 -
YUV 146.92 50.74 201.53 -
System Red Green Blue C M Y K H S L
Decimal 250 121 10 0 0.52 0.96 0.02 27.75 0.96 0.51
Hex FA 79 A 0 34 60 2 1C 60 33
Octal 372 171 12 0 64 140 2 34 140 63
Binary 11111010 1111001 1010 0 110100 1100000 10 11100 1100000 110011

Color Harmonies of #FA790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA790A

Black with #FA790A

Text Example


Text Example

White with #FA790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA790A; }

 p { color: rgb(250,121,10); }

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

background-color css

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

 a { background-color: rgb(250,121,10); }

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

border-color css

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

 span { border-color: rgb(250,121,10); }

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