Html Css Color HEX #F99001 Dark Orange

📋 copy color: '#F99001'

red 249 ◦ green 144 ◦ blue 1

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

Shades of Dark Orange #F99001

Tints of Dark Orange #F99001

RGB

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

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

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

R = 63.2%
G = 36.55%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F99001 (or 0xF99001) is known color: Dark Orange. HEX triplet: F9, 90 and 01. RGB value is (249,144,1). Sum of RGB (Red+Green+Blue) = 249+144+1=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F99001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99001 is #066FFE. Grayscale: #9F9F9F. Windows color (decimal): -421887 or 102649. OLE color: 102649.

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

Color convert

RGB 249 144 1 -
CMYK 0 0.42 1.00 0.02
HSL 34.6º 0.99% 0.49% -
HSV(B) 34.6º 1% 0.98% -
XYZ 49.05 40.09 5.18 -
YUV 159.09 38.79 192.13 -
System Red Green Blue C M Y K H S L
Decimal 249 144 1 0 0.42 1.00 0.02 34.6 0.99 0.49
Hex F9 90 1 0 2A 64 2 23 63 31
Octal 371 220 1 0 52 144 2 43 143 61
Binary 11111001 10010000 1 0 101010 1100100 10 100011 1100011 110001

Color Harmonies of #F99001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99001

Black with #F99001

Text Example


Text Example

White with #F99001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99001; }

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

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

background-color css

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

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

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

border-color css

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

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

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