Html Css Color HEX #F99400 Dark Orange

📋 copy color: '#F99400'

red 249 ◦ green 148 ◦ blue 0

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

Shades of Dark Orange #F99400

Tints of Dark Orange #F99400

RGB

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

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

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

R = 62.72%
G = 37.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F99400 (or 0xF99400) is known color: Dark Orange. HEX triplet: F9, 94 and 00. RGB value is (249,148,0). Sum of RGB (Red+Green+Blue) = 249+148+0=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F99400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99400 is #066BFF. Grayscale: #A2A2A2. Windows color (decimal): -420864 or 38137. OLE color: 38137.

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

Color convert

RGB 249 148 0 -
CMYK 0 0.41 1 0.02
HSL 35.66º 1% 0.49% -
HSV(B) 35.66º 1% 0.98% -
XYZ 49.66 41.32 5.36 -
YUV 161.33 36.96 190.53 -
System Red Green Blue C M Y K H S L
Decimal 249 148 0 0 0.41 1 0.02 35.66 1 0.49
Hex F9 94 0 0 29 64 2 24 64 31
Octal 371 224 0 0 51 144 2 44 144 61
Binary 11111001 10010100 0 0 101001 1100100 10 100100 1100100 110001

Color Harmonies of #F99400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99400

Black with #F99400

Text Example


Text Example

White with #F99400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99400; }

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

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

background-color css

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

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

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

border-color css

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

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

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