Html Css Color HEX #F99401 Dark Orange

📋 copy color: '#F99401'

red 249 ◦ green 148 ◦ blue 1

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

Shades of Dark Orange #F99401

Tints of Dark Orange #F99401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 62.56%
G = 37.19%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F99401 (or 0xF99401) is known color: Dark Orange. HEX triplet: F9, 94 and 01. RGB value is (249,148,1). Sum of RGB (Red+Green+Blue) = 249+148+1=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F99401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99401 is #066BFE. Grayscale: #A2A2A2. Windows color (decimal): -420863 or 103673. OLE color: 103673.

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

Color convert

RGB 249 148 1 -
CMYK 0 0.41 1.00 0.02
HSL 35.56º 0.99% 0.49% -
HSV(B) 35.56º 1% 0.98% -
XYZ 49.66 41.32 5.39 -
YUV 161.44 37.46 190.45 -
System Red Green Blue C M Y K H S L
Decimal 249 148 1 0 0.41 1.00 0.02 35.56 0.99 0.49
Hex F9 94 1 0 29 64 2 24 63 31
Octal 371 224 1 0 51 144 2 44 143 61
Binary 11111001 10010100 1 0 101001 1100100 10 100100 1100011 110001

Color Harmonies of #F99401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99401

Black with #F99401

Text Example


Text Example

White with #F99401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99401; }

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

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

background-color css

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

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

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

border-color css

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

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

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