Html Css Color HEX #F9940D Dark Orange

📋 copy color: '#F9940D'

red 249 ◦ green 148 ◦ blue 13

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

Shades of Dark Orange #F9940D

Tints of Dark Orange #F9940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

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

R = 60.73%
G = 36.1%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9940D (or 0xF9940D) is known color: Dark Orange. HEX triplet: F9, 94 and 0D. RGB value is (249,148,13). Sum of RGB (Red+Green+Blue) = 249+148+13=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9940D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9940D is #066BF2. Grayscale: #A3A3A3. Windows color (decimal): -420851 or 890105. OLE color: 890105.

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

Color convert

RGB 249 148 13 -
CMYK 0 0.41 0.95 0.02
HSL 34.32º 0.95% 0.51% -
HSV(B) 34.32º 0.95% 0.98% -
XYZ 49.73 41.35 5.74 -
YUV 162.81 43.46 189.48 -
System Red Green Blue C M Y K H S L
Decimal 249 148 13 0 0.41 0.95 0.02 34.32 0.95 0.51
Hex F9 94 D 0 29 5F 2 22 5F 33
Octal 371 224 15 0 51 137 2 42 137 63
Binary 11111001 10010100 1101 0 101001 1011111 10 100010 1011111 110011

Color Harmonies of #F9940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9940D

Black with #F9940D

Text Example


Text Example

White with #F9940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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