Html Css Color HEX #FBBA14 Dark Tangerine

📋 copy color: '#FBBA14'

red 251 ◦ green 186 ◦ blue 20

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

Shades of Dark Tangerine #FBBA14

Tints of Dark Tangerine #FBBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 54.92%
G = 40.7%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBBA14 (or 0xFBBA14) is known color: Dark Tangerine. HEX triplet: FB, BA and 14. RGB value is (251,186,20). Sum of RGB (Red+Green+Blue) = 251+186+20=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA14 is #0445EB. Grayscale: #BBBBBB. Windows color (decimal): -280044 or 1358587. OLE color: 1358587.

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

Color convert

RGB 251 186 20 -
CMYK 0 0.26 0.92 0.02
HSL 43.12º 0.97% 0.53% -
HSV(B) 43.12º 0.92% 0.98% -
XYZ 57.47 55.68 8.38 -
YUV 186.51 34.03 174 -
System Red Green Blue C M Y K H S L
Decimal 251 186 20 0 0.26 0.92 0.02 43.12 0.97 0.53
Hex FB BA 14 0 1A 5C 2 2B 61 35
Octal 373 272 24 0 32 134 2 53 141 65
Binary 11111011 10111010 10100 0 11010 1011100 10 101011 1100001 110101

Color Harmonies of #FBBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA14

Black with #FBBA14

Text Example


Text Example

White with #FBBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA14; }

 p { color: rgb(251,186,20); }

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

background-color css

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

 a { background-color: rgb(251,186,20); }

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

border-color css

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

 span { border-color: rgb(251,186,20); }

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