Html Css Color HEX #F9900B Dark Orange

📋 copy color: '#F9900B'

red 249 ◦ green 144 ◦ blue 11

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

Shades of Dark Orange #F9900B

Tints of Dark Orange #F9900B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 61.63%
G = 35.64%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9900B (or 0xF9900B) is known color: Dark Orange. HEX triplet: F9, 90 and 0B. RGB value is (249,144,11). Sum of RGB (Red+Green+Blue) = 249+144+11=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F9900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9900B is #066FF4. Grayscale: #A0A0A0. Windows color (decimal): -421877 or 758009. OLE color: 758009.

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

Color convert

RGB 249 144 11 -
CMYK 0 0.42 0.96 0.02
HSL 33.53º 0.95% 0.51% -
HSV(B) 33.53º 0.96% 0.98% -
XYZ 49.1 40.11 5.47 -
YUV 160.23 43.79 191.31 -
System Red Green Blue C M Y K H S L
Decimal 249 144 11 0 0.42 0.96 0.02 33.53 0.95 0.51
Hex F9 90 B 0 2A 60 2 22 5F 33
Octal 371 220 13 0 52 140 2 42 137 63
Binary 11111001 10010000 1011 0 101010 1100000 10 100010 1011111 110011

Color Harmonies of #F9900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9900B

Black with #F9900B

Text Example


Text Example

White with #F9900B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9900B; }

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

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

background-color css

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

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

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

border-color css

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

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

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