Html Css Color HEX #FA730A Pumpkin

📋 copy color: '#FA730A'

red 250 ◦ green 115 ◦ blue 10

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

Shades of Pumpkin #FA730A

Tints of Pumpkin #FA730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 66.67%
G = 30.67%
B = 2.67%

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

#FA730A (or 0xFA730A) is known color: Pumpkin. HEX triplet: FA, 73 and 0A. RGB value is (250,115,10). Sum of RGB (Red+Green+Blue) = 250+115+10=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA730A is #058CF5. Grayscale: #8F8F8F. Windows color (decimal): -363766 or 685050. OLE color: 685050.

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

Color convert

RGB 250 115 10 -
CMYK 0 0.54 0.96 0.02
HSL 26.25º 0.96% 0.51% -
HSV(B) 26.25º 0.96% 0.98% -
XYZ 45.61 32.61 4.18 -
YUV 143.4 52.73 204.04 -
System Red Green Blue C M Y K H S L
Decimal 250 115 10 0 0.54 0.96 0.02 26.25 0.96 0.51
Hex FA 73 A 0 36 60 2 1A 60 33
Octal 372 163 12 0 66 140 2 32 140 63
Binary 11111010 1110011 1010 0 110110 1100000 10 11010 1100000 110011

Color Harmonies of #FA730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA730A

Black with #FA730A

Text Example


Text Example

White with #FA730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA730A; }

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

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

background-color css

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

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

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

border-color css

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

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

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