Html Css Color HEX #FA730D Pumpkin

📋 copy color: '#FA730D'

red 250 ◦ green 115 ◦ blue 13

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

Shades of Pumpkin #FA730D

Tints of Pumpkin #FA730D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 66.14%
G = 30.42%
B = 3.44%

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

#FA730D (or 0xFA730D) is known color: Pumpkin. HEX triplet: FA, 73 and 0D. RGB value is (250,115,13). Sum of RGB (Red+Green+Blue) = 250+115+13=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA730D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA730D is #058CF2. Grayscale: #909090. Windows color (decimal): -363763 or 881658. OLE color: 881658.

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

Color convert

RGB 250 115 13 -
CMYK 0 0.54 0.95 0.02
HSL 25.82º 0.96% 0.52% -
HSV(B) 25.82º 0.95% 0.98% -
XYZ 45.63 32.61 4.27 -
YUV 143.74 54.23 203.79 -
System Red Green Blue C M Y K H S L
Decimal 250 115 13 0 0.54 0.95 0.02 25.82 0.96 0.52
Hex FA 73 D 0 36 5F 2 1A 60 34
Octal 372 163 15 0 66 137 2 32 140 64
Binary 11111010 1110011 1101 0 110110 1011111 10 11010 1100000 110100

Color Harmonies of #FA730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA730D

Black with #FA730D

Text Example


Text Example

White with #FA730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA730D; }

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

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

background-color css

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

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

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

border-color css

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

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

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