Html Css Color HEX #F9740C Pumpkin

📋 copy color: '#F9740C'

red 249 ◦ green 116 ◦ blue 12

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

Shades of Pumpkin #F9740C

Tints of Pumpkin #F9740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 66.05%
G = 30.77%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9740C (or 0xF9740C) is known color: Pumpkin. HEX triplet: F9, 74 and 0C. RGB value is (249,116,12). Sum of RGB (Red+Green+Blue) = 249+116+12=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9740C is #068BF3. Grayscale: #909090. Windows color (decimal): -429044 or 816377. OLE color: 816377.

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

Color convert

RGB 249 116 12 -
CMYK 0 0.53 0.95 0.02
HSL 26.33º 0.95% 0.51% -
HSV(B) 26.33º 0.95% 0.98% -
XYZ 45.38 32.66 4.26 -
YUV 143.91 53.56 202.96 -
System Red Green Blue C M Y K H S L
Decimal 249 116 12 0 0.53 0.95 0.02 26.33 0.95 0.51
Hex F9 74 C 0 35 5F 2 1A 5F 33
Octal 371 164 14 0 65 137 2 32 137 63
Binary 11111001 1110100 1100 0 110101 1011111 10 11010 1011111 110011

Color Harmonies of #F9740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9740C

Black with #F9740C

Text Example


Text Example

White with #F9740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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