Html Css Color HEX #F99507 Dark Orange

📋 copy color: '#F99507'

red 249 ◦ green 149 ◦ blue 7

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

Shades of Dark Orange #F99507

Tints of Dark Orange #F99507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 61.48%
G = 36.79%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F99507 (or 0xF99507) is known color: Dark Orange. HEX triplet: F9, 95 and 07. RGB value is (249,149,7). Sum of RGB (Red+Green+Blue) = 249+149+7=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F99507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99507 is #066AF8. Grayscale: #A3A3A3. Windows color (decimal): -420601 or 497145. OLE color: 497145.

HSL color Cylindrical-coordinate representation of color #F99507: hue angle of 35.21º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F99507 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 7 -
CMYK 0 0.40 0.97 0.02
HSL 35.21º 0.95% 0.5% -
HSV(B) 35.21º 0.97% 0.98% -
XYZ 49.85 41.65 5.61 -
YUV 162.71 40.13 189.55 -
System Red Green Blue C M Y K H S L
Decimal 249 149 7 0 0.40 0.97 0.02 35.21 0.95 0.5
Hex F9 95 7 0 28 61 2 23 5F 32
Octal 371 225 7 0 50 141 2 43 137 62
Binary 11111001 10010101 111 0 101000 1100001 10 100011 1011111 110010

Color Harmonies of #F99507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99507

Black with #F99507

Text Example


Text Example

White with #F99507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99507; }

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

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

background-color css

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

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

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

border-color css

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

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

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