Html Css Color HEX #FA720D Pumpkin

📋 copy color: '#FA720D'

red 250 ◦ green 114 ◦ blue 13

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

Shades of Pumpkin #FA720D

Tints of Pumpkin #FA720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 66.31%
G = 30.24%
B = 3.45%

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

#FA720D (or 0xFA720D) is known color: Pumpkin. HEX triplet: FA, 72 and 0D. RGB value is (250,114,13). Sum of RGB (Red+Green+Blue) = 250+114+13=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA720D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA720D is #058DF2. Grayscale: #8F8F8F. Windows color (decimal): -364019 or 881402. OLE color: 881402.

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

Color convert

RGB 250 114 13 -
CMYK 0 0.54 0.95 0.02
HSL 25.57º 0.96% 0.52% -
HSV(B) 25.57º 0.95% 0.98% -
XYZ 45.51 32.39 4.23 -
YUV 143.15 54.56 204.21 -
System Red Green Blue C M Y K H S L
Decimal 250 114 13 0 0.54 0.95 0.02 25.57 0.96 0.52
Hex FA 72 D 0 36 5F 2 1A 60 34
Octal 372 162 15 0 66 137 2 32 140 64
Binary 11111010 1110010 1101 0 110110 1011111 10 11010 1100000 110100

Color Harmonies of #FA720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA720D

Black with #FA720D

Text Example


Text Example

White with #FA720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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