Html Css Color HEX #FA700E Pumpkin

📋 copy color: '#FA700E'

red 250 ◦ green 112 ◦ blue 14

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

Shades of Pumpkin #FA700E

Tints of Pumpkin #FA700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 66.49%
G = 29.79%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA700E (or 0xFA700E) is known color: Pumpkin. HEX triplet: FA, 70 and 0E. RGB value is (250,112,14). Sum of RGB (Red+Green+Blue) = 250+112+14=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA700E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA700E is #058FF1. Grayscale: #8E8E8E. Windows color (decimal): -364530 or 946426. OLE color: 946426.

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

Color convert

RGB 250 112 14 -
CMYK 0 0.55 0.94 0.02
HSL 24.92º 0.96% 0.52% -
HSV(B) 24.92º 0.94% 0.98% -
XYZ 45.3 31.94 4.19 -
YUV 142.09 55.72 204.97 -
System Red Green Blue C M Y K H S L
Decimal 250 112 14 0 0.55 0.94 0.02 24.92 0.96 0.52
Hex FA 70 E 0 37 5E 2 19 60 34
Octal 372 160 16 0 67 136 2 31 140 64
Binary 11111010 1110000 1110 0 110111 1011110 10 11001 1100000 110100

Color Harmonies of #FA700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA700E

Black with #FA700E

Text Example


Text Example

White with #FA700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA700E; }

 p { color: rgb(250,112,14); }

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

background-color css

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

 a { background-color: rgb(250,112,14); }

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

border-color css

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

 span { border-color: rgb(250,112,14); }

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