Html Css Color HEX #F9950D Dark Orange

📋 copy color: '#F9950D'

red 249 ◦ green 149 ◦ blue 13

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

Shades of Dark Orange #F9950D

Tints of Dark Orange #F9950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 60.58%
G = 36.25%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9950D (or 0xF9950D) is known color: Dark Orange. HEX triplet: F9, 95 and 0D. RGB value is (249,149,13). Sum of RGB (Red+Green+Blue) = 249+149+13=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9950D is #066AF2. Grayscale: #A4A4A4. Windows color (decimal): -420595 or 890361. OLE color: 890361.

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

Color convert

RGB 249 149 13 -
CMYK 0 0.40 0.95 0.02
HSL 34.58º 0.95% 0.51% -
HSV(B) 34.58º 0.95% 0.98% -
XYZ 49.89 41.66 5.79 -
YUV 163.4 43.13 189.06 -
System Red Green Blue C M Y K H S L
Decimal 249 149 13 0 0.40 0.95 0.02 34.58 0.95 0.51
Hex F9 95 D 0 28 5F 2 23 5F 33
Octal 371 225 15 0 50 137 2 43 137 63
Binary 11111001 10010101 1101 0 101000 1011111 10 100011 1011111 110011

Color Harmonies of #F9950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9950D

Black with #F9950D

Text Example


Text Example

White with #F9950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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