Html Css Color HEX #F9940A Dark Orange

📋 copy color: '#F9940A'

red 249 ◦ green 148 ◦ blue 10

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

Shades of Dark Orange #F9940A

Tints of Dark Orange #F9940A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 61.18%
G = 36.36%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9940A (or 0xF9940A) is known color: Dark Orange. HEX triplet: F9, 94 and 0A. RGB value is (249,148,10). Sum of RGB (Red+Green+Blue) = 249+148+10=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9940A is #066BF5. Grayscale: #A3A3A3. Windows color (decimal): -420854 or 693497. OLE color: 693497.

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

Color convert

RGB 249 148 10 -
CMYK 0 0.41 0.96 0.02
HSL 34.64º 0.95% 0.51% -
HSV(B) 34.64º 0.96% 0.98% -
XYZ 49.71 41.34 5.65 -
YUV 162.47 41.96 189.72 -
System Red Green Blue C M Y K H S L
Decimal 249 148 10 0 0.41 0.96 0.02 34.64 0.95 0.51
Hex F9 94 A 0 29 60 2 23 5F 33
Octal 371 224 12 0 51 140 2 43 137 63
Binary 11111001 10010100 1010 0 101001 1100000 10 100011 1011111 110011

Color Harmonies of #F9940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9940A

Black with #F9940A

Text Example


Text Example

White with #F9940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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