Html Css Color HEX #FA740F Pumpkin

📋 copy color: '#FA740F'

red 250 ◦ green 116 ◦ blue 15

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

Shades of Pumpkin #FA740F

Tints of Pumpkin #FA740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 65.62%
G = 30.45%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA740F (or 0xFA740F) is known color: Pumpkin. HEX triplet: FA, 74 and 0F. RGB value is (250,116,15). Sum of RGB (Red+Green+Blue) = 250+116+15=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA740F is #058BF0. Grayscale: #919191. Windows color (decimal): -363505 or 1012986. OLE color: 1012986.

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

Color convert

RGB 250 116 15 -
CMYK 0 0.54 0.94 0.02
HSL 25.79º 0.96% 0.52% -
HSV(B) 25.79º 0.94% 0.98% -
XYZ 45.76 32.85 4.38 -
YUV 144.55 54.89 203.21 -
System Red Green Blue C M Y K H S L
Decimal 250 116 15 0 0.54 0.94 0.02 25.79 0.96 0.52
Hex FA 74 F 0 36 5E 2 1A 60 34
Octal 372 164 17 0 66 136 2 32 140 64
Binary 11111010 1110100 1111 0 110110 1011110 10 11010 1100000 110100

Color Harmonies of #FA740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA740F

Black with #FA740F

Text Example


Text Example

White with #FA740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA740F; }

 p { color: rgb(250,116,15); }

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

background-color css

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

 a { background-color: rgb(250,116,15); }

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

border-color css

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

 span { border-color: rgb(250,116,15); }

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