Html Css Color HEX #F98C0B Dark Orange

📋 copy color: '#F98C0B'

red 249 ◦ green 140 ◦ blue 11

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

Shades of Dark Orange #F98C0B

Tints of Dark Orange #F98C0B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 62.25%
G = 35%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F98C0B (or 0xF98C0B) is known color: Dark Orange. HEX triplet: F9, 8C and 0B. RGB value is (249,140,11). Sum of RGB (Red+Green+Blue) = 249+140+11=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98C0B is #0673F4. Grayscale: #9E9E9E. Windows color (decimal): -422901 or 756985. OLE color: 756985.

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

Color convert

RGB 249 140 11 -
CMYK 0 0.44 0.96 0.02
HSL 32.52º 0.95% 0.51% -
HSV(B) 32.52º 0.96% 0.98% -
XYZ 48.51 38.92 5.27 -
YUV 157.89 45.11 192.99 -
System Red Green Blue C M Y K H S L
Decimal 249 140 11 0 0.44 0.96 0.02 32.52 0.95 0.51
Hex F9 8C B 0 2C 60 2 21 5F 33
Octal 371 214 13 0 54 140 2 41 137 63
Binary 11111001 10001100 1011 0 101100 1100000 10 100001 1011111 110011

Color Harmonies of #F98C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98C0B

Black with #F98C0B

Text Example


Text Example

White with #F98C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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