Html Css Color HEX #F9740E Pumpkin

📋 copy color: '#F9740E'

red 249 ◦ green 116 ◦ blue 14

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

Shades of Pumpkin #F9740E

Tints of Pumpkin #F9740E

RGB

 RED value IS 249 (97.66% from 255) = 65.7%

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

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

R = 65.7%
G = 30.61%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9740E (or 0xF9740E) is known color: Pumpkin. HEX triplet: F9, 74 and 0E. RGB value is (249,116,14). Sum of RGB (Red+Green+Blue) = 249+116+14=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9740E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9740E is #068BF1. Grayscale: #909090. Windows color (decimal): -429042 or 947449. OLE color: 947449.

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

Color convert

RGB 249 116 14 -
CMYK 0 0.53 0.94 0.02
HSL 26.04º 0.95% 0.52% -
HSV(B) 26.04º 0.94% 0.98% -
XYZ 45.39 32.66 4.33 -
YUV 144.14 54.56 202.79 -
System Red Green Blue C M Y K H S L
Decimal 249 116 14 0 0.53 0.94 0.02 26.04 0.95 0.52
Hex F9 74 E 0 35 5E 2 1A 5F 34
Octal 371 164 16 0 65 136 2 32 137 64
Binary 11111001 1110100 1110 0 110101 1011110 10 11010 1011111 110100

Color Harmonies of #F9740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9740E

Black with #F9740E

Text Example


Text Example

White with #F9740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9740E; }

 p { color: rgb(249,116,14); }

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

background-color css

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

 a { background-color: rgb(249,116,14); }

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

border-color css

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

 span { border-color: rgb(249,116,14); }

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