Html Css Color HEX #F99207 Dark Orange

📋 copy color: '#F99207'

red 249 ◦ green 146 ◦ blue 7

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

Shades of Dark Orange #F99207

Tints of Dark Orange #F99207

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 61.94%
G = 36.32%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F99207 (or 0xF99207) is known color: Dark Orange. HEX triplet: F9, 92 and 07. RGB value is (249,146,7). Sum of RGB (Red+Green+Blue) = 249+146+7=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F99207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99207 is #066DF8. Grayscale: #A1A1A1. Windows color (decimal): -421369 or 496377. OLE color: 496377.

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

Color convert

RGB 249 146 7 -
CMYK 0 0.41 0.97 0.02
HSL 34.46º 0.95% 0.5% -
HSV(B) 34.46º 0.97% 0.98% -
XYZ 49.38 40.71 5.46 -
YUV 160.95 41.12 190.8 -
System Red Green Blue C M Y K H S L
Decimal 249 146 7 0 0.41 0.97 0.02 34.46 0.95 0.5
Hex F9 92 7 0 29 61 2 22 5F 32
Octal 371 222 7 0 51 141 2 42 137 62
Binary 11111001 10010010 111 0 101001 1100001 10 100010 1011111 110010

Color Harmonies of #F99207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99207

Black with #F99207

Text Example


Text Example

White with #F99207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99207; }

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

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

background-color css

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

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

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

border-color css

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

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

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