Html Css Color HEX #FBAD0F Dark Tangerine

📋 copy color: '#FBAD0F'

red 251 ◦ green 173 ◦ blue 15

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

Shades of Dark Tangerine #FBAD0F

Tints of Dark Tangerine #FBAD0F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 57.18%
G = 39.41%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBAD0F (or 0xFBAD0F) is known color: Dark Tangerine. HEX triplet: FB, AD and 0F. RGB value is (251,173,15). Sum of RGB (Red+Green+Blue) = 251+173+15=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAD0F is #0452F0. Grayscale: #B3B3B3. Windows color (decimal): -283377 or 1027579. OLE color: 1027579.

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

Color convert

RGB 251 173 15 -
CMYK 0 0.31 0.94 0.02
HSL 40.17º 0.97% 0.52% -
HSV(B) 40.17º 0.94% 0.98% -
XYZ 54.81 50.43 7.3 -
YUV 178.31 35.84 179.85 -
System Red Green Blue C M Y K H S L
Decimal 251 173 15 0 0.31 0.94 0.02 40.17 0.97 0.52
Hex FB AD F 0 1F 5E 2 28 61 34
Octal 373 255 17 0 37 136 2 50 141 64
Binary 11111011 10101101 1111 0 11111 1011110 10 101000 1100001 110100

Color Harmonies of #FBAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAD0F

Black with #FBAD0F

Text Example


Text Example

White with #FBAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAD0F; }

 p { color: rgb(251,173,15); }

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

background-color css

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

 a { background-color: rgb(251,173,15); }

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

border-color css

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

 span { border-color: rgb(251,173,15); }

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