Html Css Color HEX #F99500 Dark Orange

📋 copy color: '#F99500'

red 249 ◦ green 149 ◦ blue 0

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

Shades of Dark Orange #F99500

Tints of Dark Orange #F99500

RGB

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

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

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

R = 62.56%
G = 37.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F99500 (or 0xF99500) is known color: Dark Orange. HEX triplet: F9, 95 and 00. RGB value is (249,149,0). Sum of RGB (Red+Green+Blue) = 249+149+0=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F99500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99500 is #066AFF. Grayscale: #A2A2A2. Windows color (decimal): -420608 or 38393. OLE color: 38393.

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

Color convert

RGB 249 149 0 -
CMYK 0 0.40 1 0.02
HSL 35.9º 1% 0.49% -
HSV(B) 35.9º 1% 0.98% -
XYZ 49.81 41.63 5.41 -
YUV 161.91 36.63 190.12 -
System Red Green Blue C M Y K H S L
Decimal 249 149 0 0 0.40 1 0.02 35.9 1 0.49
Hex F9 95 0 0 28 64 2 24 64 31
Octal 371 225 0 0 50 144 2 44 144 61
Binary 11111001 10010101 0 0 101000 1100100 10 100100 1100100 110001

Color Harmonies of #F99500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99500

Black with #F99500

Text Example


Text Example

White with #F99500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99500; }

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

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

background-color css

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

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

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

border-color css

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

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

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