Html Css Color HEX #F9950C Dark Orange

📋 copy color: '#F9950C'

red 249 ◦ green 149 ◦ blue 12

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

Shades of Dark Orange #F9950C

Tints of Dark Orange #F9950C

RGB

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

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

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

R = 60.73%
G = 36.34%
B = 2.93%

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

#F9950C (or 0xF9950C) is known color: Dark Orange. HEX triplet: F9, 95 and 0C. RGB value is (249,149,12). Sum of RGB (Red+Green+Blue) = 249+149+12=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9950C is #066AF3. Grayscale: #A3A3A3. Windows color (decimal): -420596 or 824825. OLE color: 824825.

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

Color convert

RGB 249 149 12 -
CMYK 0 0.40 0.95 0.02
HSL 34.68º 0.95% 0.51% -
HSV(B) 34.68º 0.95% 0.98% -
XYZ 49.88 41.66 5.76 -
YUV 163.28 42.63 189.14 -
System Red Green Blue C M Y K H S L
Decimal 249 149 12 0 0.40 0.95 0.02 34.68 0.95 0.51
Hex F9 95 C 0 28 5F 2 23 5F 33
Octal 371 225 14 0 50 137 2 43 137 63
Binary 11111001 10010101 1100 0 101000 1011111 10 100011 1011111 110011

Color Harmonies of #F9950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9950C

Black with #F9950C

Text Example


Text Example

White with #F9950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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