Html Css Color HEX #FB9F0E Dark Tangerine

📋 copy color: '#FB9F0E'

red 251 ◦ green 159 ◦ blue 14

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

Shades of Dark Tangerine #FB9F0E

Tints of Dark Tangerine #FB9F0E

RGB

 RED value IS 251 (98.44% from 255) = 59.2%

 GREEN value IS 159 (62.5% from 255) = 37.5%

 BLUE value IS 14 (5.86% from 255) = 3.3%

R = 59.2%
G = 37.5%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB9F0E (or 0xFB9F0E) is known color: Dark Tangerine. HEX triplet: FB, 9F and 0E. RGB value is (251,159,14). Sum of RGB (Red+Green+Blue) = 251+159+14=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9F0E is #0460F1. Grayscale: #AAAAAA. Windows color (decimal): -286962 or 958459. OLE color: 958459.

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

Color convert

RGB 251 159 14 -
CMYK 0 0.37 0.94 0.02
HSL 36.71º 0.97% 0.52% -
HSV(B) 36.71º 0.94% 0.98% -
XYZ 52.26 45.34 6.41 -
YUV 169.98 39.98 185.79 -
System Red Green Blue C M Y K H S L
Decimal 251 159 14 0 0.37 0.94 0.02 36.71 0.97 0.52
Hex FB 9F E 0 25 5E 2 25 61 34
Octal 373 237 16 0 45 136 2 45 141 64
Binary 11111011 10011111 1110 0 100101 1011110 10 100101 1100001 110100

Color Harmonies of #FB9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9F0E

Black with #FB9F0E

Text Example


Text Example

White with #FB9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9F0E; }

 p { color: rgb(251,159,14); }

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

background-color css

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

 a { background-color: rgb(251,159,14); }

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

border-color css

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

 span { border-color: rgb(251,159,14); }

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