Html Css Color HEX #F9910D Dark Orange

📋 copy color: '#F9910D'

red 249 ◦ green 145 ◦ blue 13

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

Shades of Dark Orange #F9910D

Tints of Dark Orange #F9910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

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

R = 61.18%
G = 35.63%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9910D (or 0xF9910D) is known color: Dark Orange. HEX triplet: F9, 91 and 0D. RGB value is (249,145,13). Sum of RGB (Red+Green+Blue) = 249+145+13=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9910D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9910D is #066EF2. Grayscale: #A1A1A1. Windows color (decimal): -421619 or 889337. OLE color: 889337.

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

Color convert

RGB 249 145 13 -
CMYK 0 0.42 0.95 0.02
HSL 33.56º 0.95% 0.51% -
HSV(B) 33.56º 0.95% 0.98% -
XYZ 49.26 40.42 5.59 -
YUV 161.05 44.46 190.73 -
System Red Green Blue C M Y K H S L
Decimal 249 145 13 0 0.42 0.95 0.02 33.56 0.95 0.51
Hex F9 91 D 0 2A 5F 2 22 5F 33
Octal 371 221 15 0 52 137 2 42 137 63
Binary 11111001 10010001 1101 0 101010 1011111 10 100010 1011111 110011

Color Harmonies of #F9910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9910D

Black with #F9910D

Text Example


Text Example

White with #F9910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9910D; }

 p { color: rgb(249,145,13); }

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

background-color css

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

 a { background-color: rgb(249,145,13); }

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

border-color css

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

 span { border-color: rgb(249,145,13); }

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