Html Css Color HEX #F99000 Dark Orange

📋 copy color: '#F99000'

red 249 ◦ green 144 ◦ blue 0

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

Shades of Dark Orange #F99000

Tints of Dark Orange #F99000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.36%
G = 36.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F99000 (or 0xF99000) is known color: Dark Orange. HEX triplet: F9, 90 and 00. RGB value is (249,144,0). Sum of RGB (Red+Green+Blue) = 249+144+0=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F99000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99000 is #066FFF. Grayscale: #9F9F9F. Windows color (decimal): -421888 or 37113. OLE color: 37113.

HSL color Cylindrical-coordinate representation of color #F99000: hue angle of 34.7º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F99000 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 144 0 -
CMYK 0 0.42 1 0.02
HSL 34.7º 1% 0.49% -
HSV(B) 34.7º 1% 0.98% -
XYZ 49.04 40.09 5.15 -
YUV 158.98 38.29 192.21 -
System Red Green Blue C M Y K H S L
Decimal 249 144 0 0 0.42 1 0.02 34.7 1 0.49
Hex F9 90 0 0 2A 64 2 23 64 31
Octal 371 220 0 0 52 144 2 43 144 61
Binary 11111001 10010000 0 0 101010 1100100 10 100011 1100100 110001

Color Harmonies of #F99000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99000

Black with #F99000

Text Example


Text Example

White with #F99000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99000; }

 p { color: rgb(249,144,0); }

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

background-color css

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

 a { background-color: rgb(249,144,0); }

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

border-color css

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

 span { border-color: rgb(249,144,0); }

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