Html Css Color HEX #FA730C Pumpkin

📋 copy color: '#FA730C'

red 250 ◦ green 115 ◦ blue 12

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

Shades of Pumpkin #FA730C

Tints of Pumpkin #FA730C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 66.31%
G = 30.5%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA730C (or 0xFA730C) is known color: Pumpkin. HEX triplet: FA, 73 and 0C. RGB value is (250,115,12). Sum of RGB (Red+Green+Blue) = 250+115+12=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA730C is #058CF3. Grayscale: #909090. Windows color (decimal): -363764 or 816122. OLE color: 816122.

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

Color convert

RGB 250 115 12 -
CMYK 0 0.54 0.95 0.02
HSL 25.97º 0.96% 0.51% -
HSV(B) 25.97º 0.95% 0.98% -
XYZ 45.62 32.61 4.24 -
YUV 143.62 53.73 203.88 -
System Red Green Blue C M Y K H S L
Decimal 250 115 12 0 0.54 0.95 0.02 25.97 0.96 0.51
Hex FA 73 C 0 36 5F 2 1A 60 33
Octal 372 163 14 0 66 137 2 32 140 63
Binary 11111010 1110011 1100 0 110110 1011111 10 11010 1100000 110011

Color Harmonies of #FA730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA730C

Black with #FA730C

Text Example


Text Example

White with #FA730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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