Html Css Color HEX #FA740A Pumpkin

📋 copy color: '#FA740A'

red 250 ◦ green 116 ◦ blue 10

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

Shades of Pumpkin #FA740A

Tints of Pumpkin #FA740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

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

R = 66.49%
G = 30.85%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA740A (or 0xFA740A) is known color: Pumpkin. HEX triplet: FA, 74 and 0A. RGB value is (250,116,10). Sum of RGB (Red+Green+Blue) = 250+116+10=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA740A is #058BF5. Grayscale: #909090. Windows color (decimal): -363510 or 685306. OLE color: 685306.

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

Color convert

RGB 250 116 10 -
CMYK 0 0.54 0.96 0.02
HSL 26.5º 0.96% 0.51% -
HSV(B) 26.5º 0.96% 0.98% -
XYZ 45.72 32.84 4.22 -
YUV 143.98 52.39 203.62 -
System Red Green Blue C M Y K H S L
Decimal 250 116 10 0 0.54 0.96 0.02 26.5 0.96 0.51
Hex FA 74 A 0 36 60 2 1A 60 33
Octal 372 164 12 0 66 140 2 32 140 63
Binary 11111010 1110100 1010 0 110110 1100000 10 11010 1100000 110011

Color Harmonies of #FA740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA740A

Black with #FA740A

Text Example


Text Example

White with #FA740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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